Package org.activiti.services.connectors
Class IntegrationRequestSender
- java.lang.Object
-
- org.activiti.services.connectors.IntegrationRequestSender
-
public class IntegrationRequestSender extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECTOR_TYPE
-
Constructor Summary
Constructors Constructor Description IntegrationRequestSender(RuntimeBundleProperties runtimeBundleProperties, org.springframework.messaging.MessageChannel auditProducer, org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, RuntimeBundleInfoAppender runtimeBundleInfoAppender, IntegrationContextMessageBuilderFactory messageBuilderFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendAuditEvent(IntegrationRequest integrationRequest)voidsendIntegrationRequest(IntegrationRequest event)
-
-
-
Field Detail
-
CONNECTOR_TYPE
public static final String CONNECTOR_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IntegrationRequestSender
public IntegrationRequestSender(RuntimeBundleProperties runtimeBundleProperties, org.springframework.messaging.MessageChannel auditProducer, org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, RuntimeBundleInfoAppender runtimeBundleInfoAppender, IntegrationContextMessageBuilderFactory messageBuilderFactory)
-
-
Method Detail
-
sendIntegrationRequest
@TransactionalEventListener(phase=AFTER_COMMIT) public void sendIntegrationRequest(IntegrationRequest event)
-
sendAuditEvent
@TransactionalEventListener(phase=BEFORE_COMMIT) public void sendAuditEvent(IntegrationRequest integrationRequest)
-
-