- WebFlux - Class in org.springframework.integration.webflux.dsl
-
The WebFlux components Factory.
- WebFluxContextUtils - Class in org.springframework.integration.webflux.support
-
Utility class for accessing WebFlux integration components
from the BeanFactory.
- WebFluxInboundEndpoint - Class in org.springframework.integration.webflux.inbound
-
A MessagingGatewaySupport implementation for Spring WebFlux
HTTP requests execution.
- WebFluxInboundEndpoint() - Constructor for class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
-
- WebFluxInboundEndpoint(boolean) - Constructor for class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
-
- WebFluxInboundEndpointParser - Class in org.springframework.integration.webflux.config
-
- WebFluxInboundEndpointParser(boolean) - Constructor for class org.springframework.integration.webflux.config.WebFluxInboundEndpointParser
-
- WebFluxInboundEndpointSpec - Class in org.springframework.integration.webflux.dsl
-
- WebFluxIntegrationConfigurationInitializer - Class in org.springframework.integration.webflux.config
-
The WebFlux Integration infrastructure beanFactory initializer.
- WebFluxIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.webflux.config.WebFluxIntegrationConfigurationInitializer
-
- WebFluxIntegrationRequestMappingHandlerMapping - Class in org.springframework.integration.webflux.inbound
-
The HandlerMapping implementation that
detects and registers RequestMappingInfos for
HttpRequestHandlingEndpointSupport
from a Spring Integration HTTP configuration
of <inbound-channel-adapter/> and <inbound-gateway/> elements.
- WebFluxIntegrationRequestMappingHandlerMapping() - Constructor for class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
-
- WebFluxMessageHandlerSpec - Class in org.springframework.integration.webflux.dsl
-
- WebFluxNamespaceHandler - Class in org.springframework.integration.webflux.config
-
Namespace handler for Spring Integration's webflux namespace.
- WebFluxNamespaceHandler() - Constructor for class org.springframework.integration.webflux.config.WebFluxNamespaceHandler
-
- WebFluxOutboundChannelAdapterParser - Class in org.springframework.integration.webflux.config
-
Parser for the 'outbound-channel-adapter' element of the webflux namespace.
- WebFluxOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.webflux.config.WebFluxOutboundChannelAdapterParser
-
- WebFluxOutboundGatewayParser - Class in org.springframework.integration.webflux.config
-
Parser for the 'outbound-gateway' element of the webflux namespace.
- WebFluxOutboundGatewayParser() - Constructor for class org.springframework.integration.webflux.config.WebFluxOutboundGatewayParser
-
- WebFluxRequestExecutingMessageHandler - Class in org.springframework.integration.webflux.outbound
-
A MessageHandler implementation that executes HTTP requests by delegating
to a Reactive WebClient instance.
- WebFluxRequestExecutingMessageHandler(URI) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Create a handler that will send requests to the provided URI.
- WebFluxRequestExecutingMessageHandler(String) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Create a handler that will send requests to the provided URI.
- WebFluxRequestExecutingMessageHandler(Expression) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Create a handler that will send requests to the provided URI Expression.
- WebFluxRequestExecutingMessageHandler(String, WebClient) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Create a handler that will send requests to the provided URI using a provided WebClient.
- WebFluxRequestExecutingMessageHandler(Expression, WebClient) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Create a handler that will send requests to the provided URI using a provided WebClient.