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