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.dslClasses in org.springframework.integration.http.dsl with type parameters of type HttpInboundEndpointSupportSpecModifier and TypeClassDescriptionclassHttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,E>, E extends BaseHttpInboundEndpoint> Subclasses of HttpInboundEndpointSupportSpec in org.springframework.integration.http.dslModifier and TypeClassDescriptionclassBaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,E>, E extends HttpRequestHandlingEndpointSupport> A baseMessagingGatewaySpecfor theHttpRequestHandlingEndpointSupportimplementations.classTheBaseHttpInboundEndpointSpecimplementation for theHttpRequestHandlingController.classTheBaseHttpInboundEndpointSpecimplementation for theHttpRequestHandlingMessagingGateway.
- 
Uses of HttpInboundEndpointSupportSpec in org.springframework.integration.webflux.dslModifier and TypeClassDescriptionclassTheHttpInboundEndpointSupportSpecimplementation for theWebFluxInboundEndpoint.