Uses of Class
org.springframework.integration.dsl.GatewayEndpointSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of GatewayEndpointSpec in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionGatewayEndpointSpec.errorChannel
(String errorChannel) Set an error channel.GatewayEndpointSpec.errorChannel
(MessageChannel errorChannel) Set an error channel.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.Modifier 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
.