Uses of Interface
org.activiti.cloud.connectors.starter.channels.IntegrationErrorHandler
-
Packages that use IntegrationErrorHandler Package Description org.activiti.cloud.connectors.starter.channels org.activiti.cloud.connectors.starter.configuration -
-
Uses of IntegrationErrorHandler in org.activiti.cloud.connectors.starter.channels
Classes in org.activiti.cloud.connectors.starter.channels that implement IntegrationErrorHandler Modifier and Type Class Description classIntegrationErrorHandlerImplConstructors in org.activiti.cloud.connectors.starter.channels with parameters of type IntegrationErrorHandler Constructor Description IntegrationRequestErrorChannelListener(IntegrationErrorHandler integrationErrorSender) -
Uses of IntegrationErrorHandler in org.activiti.cloud.connectors.starter.configuration
Methods in org.activiti.cloud.connectors.starter.configuration that return IntegrationErrorHandler Modifier and Type Method Description IntegrationErrorHandlerActivitiCloudConnectorAutoConfiguration. integrationErrorHandler(IntegrationErrorSender integrationErrorSender, ConnectorProperties connectorProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Methods in org.activiti.cloud.connectors.starter.configuration with parameters of type IntegrationErrorHandler Modifier and Type Method Description IntegrationRequestErrorChannelListenerActivitiCloudConnectorAutoConfiguration. integrationRequestErrorChannelListener(IntegrationErrorHandler integrationErrorHandler)
-