Uses of Interface
org.springframework.integration.handler.GenericHandler
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of GenericHandler in org.springframework.integration.dsl
Modifier and TypeMethodDescription<P> B
BaseIntegrationFlowDefinition.handle
(Class<P> expectedType, GenericHandler<P> handler) Populate aServiceActivatingHandler
for theMethodInvokingMessageProcessor
to invoke the providedGenericHandler
at runtime.<P> B
BaseIntegrationFlowDefinition.handle
(Class<P> expectedType, GenericHandler<P> handler, Consumer<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) Populate aServiceActivatingHandler
for theMethodInvokingMessageProcessor
to invoke the providedGenericHandler
at runtime.<P> B
IntegrationFlowDefinition.handle
(GenericHandler<P> handler) Populate aServiceActivatingHandler
for theMethodInvokingMessageProcessor
to invoke the providedGenericHandler
at runtime.<P> B
IntegrationFlowDefinition.handle
(GenericHandler<P> handler, Consumer<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) Populate aServiceActivatingHandler
for theMethodInvokingMessageProcessor
to invoke the providedGenericHandler
at runtime.