org.camunda.bpm.engine.impl.jobexecutor
Class MessageJobDeclaration
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration<MessageEntity>
org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
- All Implemented Interfaces:
- Serializable
public class MessageJobDeclaration
- extends JobDeclaration<MessageEntity>
Declaration of a Message Job (Asynchronous continuation job)
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration |
createJobInstance, getActivityId, getJobConfiguration, getJobDefinitionId, getJobHandlerConfiguration, getJobHandlerType, getRetries, isExclusive, setActivityId, setExclusive, setJobConfiguration, setJobDefinitionId, setJobHandlerConfiguration, setJobHandlerType, setRetries |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageJobDeclaration
public MessageJobDeclaration()
newJobInstance
protected MessageEntity newJobInstance(ExecutionEntity execution)
- Specified by:
newJobInstance in class JobDeclaration<MessageEntity>
Copyright © 2014 camunda services GmbH. All Rights Reserved.