Class IntegrationErrorHandlerImpl
java.lang.Object
org.activiti.cloud.connectors.starter.channels.IntegrationErrorHandlerImpl
- All Implemented Interfaces:
IntegrationErrorHandler
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationErrorHandlerImpl(IntegrationErrorSender integrationErrorSender, ConnectorProperties connectorProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleErrorMessage(org.springframework.messaging.support.ErrorMessage errorMessage)
-
Constructor Details
-
IntegrationErrorHandlerImpl
public IntegrationErrorHandlerImpl(IntegrationErrorSender integrationErrorSender, ConnectorProperties connectorProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
handleErrorMessage
public void handleErrorMessage(org.springframework.messaging.support.ErrorMessage errorMessage) - Specified by:
handleErrorMessagein interfaceIntegrationErrorHandler
-