Class MessageAddedNotification
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.MessageAddedNotification
-
- All Implemented Interfaces:
TransactionListener
public class MessageAddedNotification extends Object implements TransactionListener
- Author:
- Tom Baeyens
-
-
Field Summary
Fields Modifier and Type Field Description protected JobExecutor
jobExecutor
-
Constructor Summary
Constructors Constructor Description MessageAddedNotification(JobExecutor jobExecutor)
-
-
-
Field Detail
-
jobExecutor
protected JobExecutor jobExecutor
-
-
Constructor Detail
-
MessageAddedNotification
public MessageAddedNotification(JobExecutor jobExecutor)
-
-
Method Detail
-
execute
public void execute(CommandContext commandContext)
- Specified by:
execute
in interfaceTransactionListener
-
-