Uses of Class
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec
Packages that use 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
Classes in org.springframework.integration.http.dsl with type parameters of type HttpInboundEndpointSupportSpecModifier and TypeClassDescriptionclass
HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,
E>, E extends BaseHttpInboundEndpoint> Subclasses of HttpInboundEndpointSupportSpec in org.springframework.integration.http.dslModifier 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
.