Uses of Class
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
Provides WebFlux Components support for Spring Integration Java DSL.
-
Uses of HttpInboundEndpointSupportSpec in org.springframework.integration.http.dsl
Modifier and TypeClassDescriptionclass
HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,
E>, E extends BaseHttpInboundEndpoint> Modifier and TypeClassDescriptionclass
BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,
E>, E extends HttpRequestHandlingEndpointSupport> A baseMessagingGatewaySpec
for theHttpRequestHandlingEndpointSupport
implementations.class
TheBaseHttpInboundEndpointSpec
implementation for theHttpRequestHandlingController
.class
TheBaseHttpInboundEndpointSpec
implementation for theHttpRequestHandlingMessagingGateway
. -
Uses of HttpInboundEndpointSupportSpec in org.springframework.integration.webflux.dsl
Modifier and TypeClassDescriptionclass
TheHttpInboundEndpointSupportSpec
implementation for theWebFluxInboundEndpoint
.