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(IntegrationErrorDestinationBuilder integrationErrorDestinationBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringresolveDestination(IntegrationRequest event)
-
-
-
Constructor Detail
-
IntegrationErrorChannelResolverImpl
public IntegrationErrorChannelResolverImpl(IntegrationErrorDestinationBuilder integrationErrorDestinationBuilder)
-
-
Method Detail
-
resolveDestination
public String resolveDestination(IntegrationRequest event)
- Specified by:
resolveDestinationin interfaceIntegrationErrorChannelResolver
-
-