public interface ContextControllerLifecycleCallback
Modifier and Type | Method and Description |
---|---|
ContextControllerInstanceHandle |
contextPartitionInstantiate(Integer optionalContextPartitionId,
int subpath,
Integer importSubpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object partitionKey,
Map<String,Object> contextProperties,
ContextControllerState states,
ContextInternalFilterAddendum filterAddendum,
boolean isRecoveringResilient,
ContextPartitionState state) |
void |
contextPartitionNavigate(ContextControllerInstanceHandle existingHandle,
ContextController originator,
ContextControllerState controllerState,
int exportedCPOrPathId,
ContextInternalFilterAddendum filterAddendum,
AgentInstanceSelector agentInstanceSelector,
byte[] payload,
boolean isRecoveringResilient) |
void |
contextPartitionTerminate(ContextControllerInstanceHandle contextNestedHandle,
Map<String,Object> terminationProperties,
boolean leaveLocksAcquired,
List<AgentInstance> agentInstances) |
ContextControllerInstanceHandle contextPartitionInstantiate(Integer optionalContextPartitionId, int subpath, Integer importSubpathId, ContextController originator, EventBean optionalTriggeringEvent, Map<String,Object> optionalTriggeringPattern, Object partitionKey, Map<String,Object> contextProperties, ContextControllerState states, ContextInternalFilterAddendum filterAddendum, boolean isRecoveringResilient, ContextPartitionState state)
void contextPartitionNavigate(ContextControllerInstanceHandle existingHandle, ContextController originator, ContextControllerState controllerState, int exportedCPOrPathId, ContextInternalFilterAddendum filterAddendum, AgentInstanceSelector agentInstanceSelector, byte[] payload, boolean isRecoveringResilient)
void contextPartitionTerminate(ContextControllerInstanceHandle contextNestedHandle, Map<String,Object> terminationProperties, boolean leaveLocksAcquired, List<AgentInstance> agentInstances)