Class IntegrationErrorHandlerImpl
- java.lang.Object
-
- org.activiti.cloud.connectors.starter.channels.IntegrationErrorHandlerImpl
-
- All Implemented Interfaces:
IntegrationErrorHandler
public class IntegrationErrorHandlerImpl extends Object implements IntegrationErrorHandler
-
-
Constructor Summary
Constructors Constructor Description IntegrationErrorHandlerImpl(IntegrationErrorSender integrationErrorSender, ConnectorProperties connectorProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleErrorMessage(org.springframework.messaging.support.ErrorMessage errorMessage)
-
-
-
Constructor Detail
-
IntegrationErrorHandlerImpl
public IntegrationErrorHandlerImpl(IntegrationErrorSender integrationErrorSender, ConnectorProperties connectorProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Detail
-
handleErrorMessage
public void handleErrorMessage(org.springframework.messaging.support.ErrorMessage errorMessage)
- Specified by:
handleErrorMessagein interfaceIntegrationErrorHandler
-
-