Class IntegrationErrorSenderImpl
java.lang.Object
org.activiti.cloud.connectors.starter.channels.IntegrationErrorSenderImpl
- All Implemented Interfaces:
IntegrationErrorSender
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationErrorSenderImpl(org.springframework.cloud.stream.function.StreamBridge streamBridge, IntegrationErrorChannelResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptionvoidsend(org.springframework.messaging.Message<org.activiti.cloud.api.process.model.IntegrationError> message)
-
Constructor Details
-
IntegrationErrorSenderImpl
public IntegrationErrorSenderImpl(org.springframework.cloud.stream.function.StreamBridge streamBridge, IntegrationErrorChannelResolver resolver)
-
-
Method Details
-
send
public void send(org.springframework.messaging.Message<org.activiti.cloud.api.process.model.IntegrationError> message) - Specified by:
sendin interfaceIntegrationErrorSender
-