Class IntegrationErrorChannelResolverImpl
- java.lang.Object
-
- org.activiti.cloud.connectors.starter.channels.IntegrationErrorChannelResolverImpl
-
- All Implemented Interfaces:
IntegrationErrorChannelResolver
public class IntegrationErrorChannelResolverImpl extends 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(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(IntegrationRequest event)
- Specified by:
resolveDestinationin interfaceIntegrationErrorChannelResolver
-
-