Class IntegrationErrorSenderImpl
- java.lang.Object
-
- org.activiti.cloud.connectors.starter.channels.IntegrationErrorSenderImpl
-
- All Implemented Interfaces:
IntegrationErrorSender
public class IntegrationErrorSenderImpl extends Object implements IntegrationErrorSender
-
-
Constructor Summary
Constructors Constructor Description IntegrationErrorSenderImpl(IntegrationErrorChannelResolver resolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsend(org.springframework.messaging.Message<IntegrationError> message)
-
-
-
Constructor Detail
-
IntegrationErrorSenderImpl
public IntegrationErrorSenderImpl(IntegrationErrorChannelResolver resolver)
-
-
Method Detail
-
send
public void send(org.springframework.messaging.Message<IntegrationError> message)
- Specified by:
sendin interfaceIntegrationErrorSender
-
-