Class MessageProducerCommandContextCloseListener
java.lang.Object
org.activiti.cloud.services.events.listeners.MessageProducerCommandContextCloseListener
- All Implemented Interfaces:
org.activiti.engine.impl.interceptor.CommandContextCloseListener
@Transactional
public class MessageProducerCommandContextCloseListener
extends Object
implements org.activiti.engine.impl.interceptor.CommandContextCloseListener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessageProducerCommandContextCloseListener(ProcessEngineChannels producer, MessageBuilderChainFactory<org.activiti.engine.impl.context.ExecutionContext> messageBuilderChainFactory, RuntimeBundleInfoAppender runtimeBundleInfoAppender, RuntimeBundleProperties runtimeBundleProperties, EventChunker eventChunker, IncidentService incidentService) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterSessionsFlush(org.activiti.engine.impl.interceptor.CommandContext commandContext) voidclosed(org.activiti.engine.impl.interceptor.CommandContext commandContext) voidcloseFailure(org.activiti.engine.impl.interceptor.CommandContext commandContext) voidclosing(org.activiti.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
ROOT_EXECUTION_CONTEXT
- See Also:
-
PROCESS_ENGINE_EVENTS
- See Also:
-
-
Constructor Details
-
MessageProducerCommandContextCloseListener
public MessageProducerCommandContextCloseListener(ProcessEngineChannels producer, MessageBuilderChainFactory<org.activiti.engine.impl.context.ExecutionContext> messageBuilderChainFactory, RuntimeBundleInfoAppender runtimeBundleInfoAppender, RuntimeBundleProperties runtimeBundleProperties, EventChunker eventChunker, IncidentService incidentService)
-
-
Method Details
-
closed
public void closed(org.activiti.engine.impl.interceptor.CommandContext commandContext) - Specified by:
closedin interfaceorg.activiti.engine.impl.interceptor.CommandContextCloseListener
-
closing
public void closing(org.activiti.engine.impl.interceptor.CommandContext commandContext) - Specified by:
closingin interfaceorg.activiti.engine.impl.interceptor.CommandContextCloseListener
-
afterSessionsFlush
public void afterSessionsFlush(org.activiti.engine.impl.interceptor.CommandContext commandContext) - Specified by:
afterSessionsFlushin interfaceorg.activiti.engine.impl.interceptor.CommandContextCloseListener
-
closeFailure
public void closeFailure(org.activiti.engine.impl.interceptor.CommandContext commandContext) - Specified by:
closeFailurein interfaceorg.activiti.engine.impl.interceptor.CommandContextCloseListener
-