All Classes
| Class | Description |
|---|---|
| ClientHttpResponseBodyExtractor |
The
BodyExtractor identity function implementation
which just returns the provided ClientHttpResponse. |
| IntegrationHandlerResultHandler |
A
HandlerResultHandler implementation to handle the result of the
WebFluxInboundEndpoint execution. |
| WebFlux |
The WebFlux components Factory.
|
| WebFluxContextUtils |
Utility class for accessing WebFlux integration components
from the
BeanFactory. |
| WebFluxInboundEndpoint |
A
MessagingGatewaySupport
implementation for Spring WebFlux HTTP requests execution. |
| WebFluxInboundEndpointParser | |
| WebFluxInboundEndpointSpec |
The
HttpInboundEndpointSupportSpec implementation for the WebFluxInboundEndpoint. |
| WebFluxIntegrationConfigurationInitializer |
The WebFlux Integration infrastructure
beanFactory initializer. |
| WebFluxIntegrationRequestMappingHandlerMapping |
The
HandlerMapping implementation that
detects and registers RequestMappingInfos for
HttpRequestHandlingEndpointSupport
from a Spring Integration HTTP configuration
of <inbound-channel-adapter/> and <inbound-gateway/> elements. |
| WebFluxMessageHandlerSpec |
The
BaseHttpMessageHandlerSpec implementation for the WebFluxRequestExecutingMessageHandler. |
| WebFluxNamespaceHandler |
Namespace handler for Spring Integration's webflux namespace.
|
| WebFluxOutboundChannelAdapterParser |
Parser for the 'outbound-channel-adapter' element of the webflux namespace.
|
| WebFluxOutboundGatewayParser |
Parser for the 'outbound-gateway' element of the webflux namespace.
|
| WebFluxRequestExecutingMessageHandler |
A
MessageHandler implementation that executes
HTTP requests by delegating to a Reactive WebClient instance. |