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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapInputSessionUtilsbuild()MapInputSessionUtils.BuilderwithAgendaEventListener(org.kie.api.event.rule.AgendaEventListener agendaEventListener)Add anAgendaEventListenerto the underlyingKieSessionMapInputSessionUtils.BuilderwithOutputFieldsMap(Map<String,Object> outputFieldsMap)InsertMap<String, Object>outputFieldsMap to the underlyingKieSession.
-
-
-
Method Detail
-
withAgendaEventListener
public MapInputSessionUtils.Builder withAgendaEventListener(org.kie.api.event.rule.AgendaEventListener agendaEventListener)
Add anAgendaEventListenerto the underlyingKieSession- Parameters:
agendaEventListener-- Returns:
-
withOutputFieldsMap
public MapInputSessionUtils.Builder withOutputFieldsMap(Map<String,Object> outputFieldsMap)
InsertMap<String, Object>outputFieldsMap to the underlyingKieSession.- Parameters:
outputFieldsMap-- Returns:
-
build
public MapInputSessionUtils build()
-
-