Uses of Class
org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
Package
Description
Provides HTTP Components support for Spring Integration Java DSL.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
-
Uses of BaseHttpInboundEndpoint in org.springframework.integration.http.dsl
Modifier and TypeClassDescriptionclass
HttpInboundEndpointSupportSpec<S extends HttpInboundEndpointSupportSpec<S,
E>, E extends BaseHttpInboundEndpoint> -
Uses of BaseHttpInboundEndpoint in org.springframework.integration.http.inbound
Modifier and TypeClassDescriptionclass
Inbound HTTP endpoint that implements Spring'sController
interface to be used with a DispatcherServlet front controller.class
Base class for HTTP request handling endpoints.class
Inbound Messaging Gateway that handles HTTP Requests. -
Uses of BaseHttpInboundEndpoint in org.springframework.integration.webflux.inbound
Modifier and TypeClassDescriptionclass
AMessagingGatewaySupport
implementation for Spring WebFlux HTTP requests execution.