Class MapInputSessionUtils.Builder
java.lang.Object
org.kie.drl.engine.runtime.mapinput.utils.MapInputSessionUtils.Builder
- Enclosing class:
- MapInputSessionUtils
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAgendaEventListener(org.kie.api.event.rule.AgendaEventListener agendaEventListener) Add anAgendaEventListenerto the underlyingKieSessionwithOutputFieldsMap(Map<String, Object> outputFieldsMap) InsertMap<String, Object>outputFieldsMap to the underlyingKieSession.
-
Method Details
-
withAgendaEventListener
public MapInputSessionUtils.Builder withAgendaEventListener(org.kie.api.event.rule.AgendaEventListener agendaEventListener) Add anAgendaEventListenerto the underlyingKieSession- Parameters:
agendaEventListener-- Returns:
-
withOutputFieldsMap
InsertMap<String, Object>outputFieldsMap to the underlyingKieSession.- Parameters:
outputFieldsMap-- Returns:
-
build
-