Class IntegrationErrorChannelResolverImpl
- java.lang.Object
-
- org.activiti.cloud.connectors.starter.channels.IntegrationErrorChannelResolverImpl
-
- All Implemented Interfaces:
IntegrationErrorChannelResolver
public class IntegrationErrorChannelResolverImpl extends java.lang.Object implements IntegrationErrorChannelResolver
-
-
Constructor Summary
Constructors Constructor Description IntegrationErrorChannelResolverImpl(org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, IntegrationErrorDestinationBuilder integrationErrorDestinationBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.messaging.MessageChannelresolveDestination(org.activiti.cloud.api.process.model.IntegrationRequest event)
-
-
-
Constructor Detail
-
IntegrationErrorChannelResolverImpl
public IntegrationErrorChannelResolverImpl(org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, IntegrationErrorDestinationBuilder integrationErrorDestinationBuilder)
-
-
Method Detail
-
resolveDestination
public org.springframework.messaging.MessageChannel resolveDestination(org.activiti.cloud.api.process.model.IntegrationRequest event)
- Specified by:
resolveDestinationin interfaceIntegrationErrorChannelResolver
-
-