Package org.activiti.services.connectors
Class IntegrationRequestSender
- java.lang.Object
-
- org.activiti.services.connectors.IntegrationRequestSender
-
public class IntegrationRequestSender extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONNECTOR_TYPE
-
Constructor Summary
Constructors Constructor Description IntegrationRequestSender(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.springframework.messaging.MessageChannel auditProducer, org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender, IntegrationContextMessageBuilderFactory messageBuilderFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendIntegrationRequest(org.activiti.cloud.api.process.model.IntegrationRequest event)
-
-
-
Field Detail
-
CONNECTOR_TYPE
public static final java.lang.String CONNECTOR_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IntegrationRequestSender
public IntegrationRequestSender(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.springframework.messaging.MessageChannel auditProducer, org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, org.activiti.cloud.services.events.converter.RuntimeBundleInfoAppender runtimeBundleInfoAppender, IntegrationContextMessageBuilderFactory messageBuilderFactory)
-
-