Class MapInputSessionUtils.Builder

java.lang.Object
org.kie.drl.engine.runtime.mapinput.utils.MapInputSessionUtils.Builder
Enclosing class:
MapInputSessionUtils

public static class MapInputSessionUtils.Builder extends Object
  • Method Details

    • withAgendaEventListener

      public MapInputSessionUtils.Builder withAgendaEventListener(org.kie.api.event.rule.AgendaEventListener agendaEventListener)
      Add an AgendaEventListener to the underlying KieSession
      Parameters:
      agendaEventListener -
      Returns:
    • withOutputFieldsMap

      public MapInputSessionUtils.Builder withOutputFieldsMap(Map<String,Object> outputFieldsMap)
      Insert Map<String, Object> outputFieldsMap to the underlying KieSession.
      Parameters:
      outputFieldsMap -
      Returns:
    • build

      public MapInputSessionUtils build()