Class ToMessageSubscriptionCancelledConverter
- java.lang.Object
-
- org.activiti.runtime.api.event.impl.ToMessageSubscriptionCancelledConverter
-
- All Implemented Interfaces:
EventConverter<MessageSubscriptionCancelledEvent,ActivitiEntityEvent>
public class ToMessageSubscriptionCancelledConverter extends Object implements EventConverter<MessageSubscriptionCancelledEvent,ActivitiEntityEvent>
-
-
Constructor Summary
Constructors Constructor Description ToMessageSubscriptionCancelledConverter(MessageSubscriptionConverter converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<MessageSubscriptionCancelledEvent>from(ActivitiEntityEvent internalEvent)
-
-
-
Constructor Detail
-
ToMessageSubscriptionCancelledConverter
public ToMessageSubscriptionCancelledConverter(MessageSubscriptionConverter converter)
-
-
Method Detail
-
from
public Optional<MessageSubscriptionCancelledEvent> from(ActivitiEntityEvent internalEvent)
- Specified by:
fromin interfaceEventConverter<MessageSubscriptionCancelledEvent,ActivitiEntityEvent>
-
-