Class IntegrationResultChannelResolverImpl
- java.lang.Object
-
- org.activiti.cloud.connectors.starter.channels.IntegrationResultChannelResolverImpl
-
- All Implemented Interfaces:
IntegrationResultChannelResolver
public class IntegrationResultChannelResolverImpl extends Object implements IntegrationResultChannelResolver
-
-
Constructor Summary
Constructors Constructor Description IntegrationResultChannelResolverImpl(org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, IntegrationResultDestinationBuilder integrationResultDestinationBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.messaging.MessageChannelresolveDestination(IntegrationRequest event)
-
-
-
Constructor Detail
-
IntegrationResultChannelResolverImpl
public IntegrationResultChannelResolverImpl(org.springframework.cloud.stream.binding.BinderAwareChannelResolver resolver, IntegrationResultDestinationBuilder integrationResultDestinationBuilder)
-
-
Method Detail
-
resolveDestination
public org.springframework.messaging.MessageChannel resolveDestination(IntegrationRequest event)
- Specified by:
resolveDestinationin interfaceIntegrationResultChannelResolver
-
-