Class MessageSubscriptionCancelledListenerDelegate
java.lang.Object
org.activiti.runtime.api.event.internal.MessageSubscriptionCancelledListenerDelegate
- All Implemented Interfaces:
ActivitiEventListener
public class MessageSubscriptionCancelledListenerDelegate
extends Object
implements ActivitiEventListener
-
Constructor Summary
ConstructorsConstructorDescriptionMessageSubscriptionCancelledListenerDelegate(List<ProcessRuntimeEventListener<MessageSubscriptionCancelledEvent>> processRuntimeEventListeners, ToMessageSubscriptionCancelledConverter converter) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected booleanisValidEvent(ActivitiEvent event) voidonEvent(ActivitiEvent event)
-
Constructor Details
-
MessageSubscriptionCancelledListenerDelegate
public MessageSubscriptionCancelledListenerDelegate(List<ProcessRuntimeEventListener<MessageSubscriptionCancelledEvent>> processRuntimeEventListeners, ToMessageSubscriptionCancelledConverter converter)
-
-
Method Details
-
onEvent
- Specified by:
onEventin interfaceActivitiEventListener
-
isFailOnException
public boolean isFailOnException()- Specified by:
isFailOnExceptionin interfaceActivitiEventListener
-
isValidEvent
-