Class DefaultJobMessageProducer
java.lang.Object
org.activiti.cloud.services.job.executor.DefaultJobMessageProducer
- All Implemented Interfaces:
JobMessageProducer
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultJobMessageProducer(org.springframework.cloud.stream.function.StreamBridge streamBridge, org.springframework.context.ApplicationEventPublisher eventPublisher, JobMessageBuilderFactory jobMessageBuilderFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsendMessage(String destination, org.activiti.engine.runtime.Job job)
-
Constructor Details
-
DefaultJobMessageProducer
public DefaultJobMessageProducer(org.springframework.cloud.stream.function.StreamBridge streamBridge, org.springframework.context.ApplicationEventPublisher eventPublisher, JobMessageBuilderFactory jobMessageBuilderFactory)
-
-
Method Details
-
sendMessage
- Specified by:
sendMessagein interfaceJobMessageProducer
-