Class EventSubscriptionJobDeclaration

java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration<EventSubscriptionEntity,MessageEntity>
org.camunda.bpm.engine.impl.jobexecutor.EventSubscriptionJobDeclaration
All Implemented Interfaces:
Serializable

public class EventSubscriptionJobDeclaration extends JobDeclaration<EventSubscriptionEntity,MessageEntity>

Describes and creates jobs for handling an event asynchronously. These jobs are created in the context of an EventSubscriptionEntity and are of type MessageEntity.

Author:
Thorben Lindhauer
See Also: