Uses of Class
org.springframework.integration.dsl.GatewayEndpointSpec
Packages that use GatewayEndpointSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of GatewayEndpointSpec in org.springframework.integration.dsl
Subclasses with type arguments of type GatewayEndpointSpec in org.springframework.integration.dslModifier and TypeClassDescriptionclass
AConsumerEndpointSpec
implementation for a mid-flowGatewayMessageHandler
.Methods in org.springframework.integration.dsl that return GatewayEndpointSpecModifier and TypeMethodDescriptionGatewayEndpointSpec.errorChannel
(String errorChannel) Set an error channel.GatewayEndpointSpec.errorChannel
(MessageChannel errorChannel) Set an error channel.GatewayEndpointSpec.errorOnTimeout
(boolean errorOnTimeout) Set a error on timeout flag.GatewayEndpointSpec.replyChannel
(String replyChannel) Set a reply channel.GatewayEndpointSpec.replyChannel
(MessageChannel replyChannel) Set a reply channel.GatewayEndpointSpec.replyTimeout
(Long replyTimeout) Set a reply timeout.GatewayEndpointSpec.requestTimeout
(Long requestTimeout) Set a request timeout.Method parameters in org.springframework.integration.dsl with type arguments of type GatewayEndpointSpecModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.gateway
(String requestChannel, Consumer<GatewayEndpointSpec> endpointConfigurer) Populate the "artificial"GatewayMessageHandler
for the providedrequestChannel
to send a request with options fromGatewayEndpointSpec
.BaseIntegrationFlowDefinition.gateway
(IntegrationFlow flow, Consumer<GatewayEndpointSpec> endpointConfigurer) Populate the "artificial"GatewayMessageHandler
for the providedsubflow
with options fromGatewayEndpointSpec
.BaseIntegrationFlowDefinition.gateway
(MessageChannel requestChannel, Consumer<GatewayEndpointSpec> endpointConfigurer) Populate the "artificial"GatewayMessageHandler
for the providedrequestChannel
to send a request with options fromGatewayEndpointSpec
.