Index
A B C D E G H I O P R S W
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- afterPropertiesSet() - Method in class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
B
- bodyExtractor(BodyExtractor<?, ClientHttpResponse>) - Method in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
-
Specify a
BodyExtractoras an alternative to theexpectedResponseTypeto allow to get low-level access to the receivedClientHttpResponse.
C
- ClientHttpResponseBodyExtractor - Class in org.springframework.integration.webflux.support
-
The
BodyExtractoridentity function implementation which just returns the providedClientHttpResponse. - ClientHttpResponseBodyExtractor() - Constructor for class org.springframework.integration.webflux.support.ClientHttpResponseBodyExtractor
- codecConfigurer(ServerCodecConfigurer) - Method in class org.springframework.integration.webflux.dsl.WebFluxInboundEndpointSpec
D
- detectHandlerMethods(Object) - Method in class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.webflux.config.WebFluxInboundEndpointParser
E
- exchange(Object, HttpMethod, HttpEntity<?>, Object, Message<?>, Map<String, ?>) - Method in class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
- expectReply(boolean) - Method in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- extract(ClientHttpResponse, BodyExtractor.Context) - Method in class org.springframework.integration.webflux.support.ClientHttpResponseBodyExtractor
G
- getBeanClass(Element) - Method in class org.springframework.integration.webflux.config.WebFluxInboundEndpointParser
- getBuilder(Element, ParserContext) - Method in class org.springframework.integration.webflux.config.WebFluxOutboundChannelAdapterParser
- getBuilder(Element, ParserContext) - Method in class org.springframework.integration.webflux.config.WebFluxOutboundGatewayParser
- getComponentType() - Method in class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
- getComponentType() - Method in class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
- getOrder() - Method in class org.springframework.integration.webflux.inbound.IntegrationHandlerResultHandler
H
- handle(ServerWebExchange) - Method in class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
- HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.integration.webflux.support.WebFluxContextUtils
-
The name for the infrastructure
WebFluxIntegrationRequestMappingHandlerMappingbean. - handleResult(ServerWebExchange, HandlerResult) - Method in class org.springframework.integration.webflux.inbound.IntegrationHandlerResultHandler
I
- inboundChannelAdapter(String...) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxInboundEndpointSpecbuilder for one-way reactive adapter based on the providedpatharray for mapping. - inboundGateway(String...) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxInboundEndpointSpecbuilder for request-reply reactive gateway based on the providedpatharray for mapping. - init() - Method in class org.springframework.integration.webflux.config.WebFluxNamespaceHandler
- initCorsConfiguration(Object, Method, RequestMappingInfo) - Method in class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
- initialize(ConfigurableListableBeanFactory) - Method in class org.springframework.integration.webflux.config.WebFluxIntegrationConfigurationInitializer
- IntegrationHandlerResultHandler - Class in org.springframework.integration.webflux.inbound
-
A
HandlerResultHandlerimplementation to handle the result of theWebFluxInboundEndpointexecution. - IntegrationHandlerResultHandler() - Constructor for class org.springframework.integration.webflux.inbound.IntegrationHandlerResultHandler
- isClientSet() - Method in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- isHandler(Class<?>) - Method in class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
O
- onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
-
HttpRequestHandlingEndpointSupports may depend on auto-createdrequestChannels, so MVC Handlers detection should be postponed as late as possible. - org.springframework.integration.webflux.config - package org.springframework.integration.webflux.config
-
Provides classes for configuration - parsers, namespace handlers.
- org.springframework.integration.webflux.dsl - package org.springframework.integration.webflux.dsl
-
Provides WebFlux Components support for Spring Integration Java DSL.
- org.springframework.integration.webflux.inbound - package org.springframework.integration.webflux.inbound
-
Provides classes supporting inbound endpoints.
- org.springframework.integration.webflux.outbound - package org.springframework.integration.webflux.outbound
-
Provides classes supporting outbound endpoints.
- org.springframework.integration.webflux.support - package org.springframework.integration.webflux.support
-
Provides classes to support WebFlux endpoints.
- outboundChannelAdapter(String) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for one-way adapter based on provideduri. - outboundChannelAdapter(String, WebClient) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for one-way adapter based on provideduriandWebClient. - outboundChannelAdapter(URI) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for one-way adapter based on providedURI. - outboundChannelAdapter(URI, WebClient) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for one-way adapter based on providedURIandWebClient. - outboundChannelAdapter(Function<Message<P>, ?>) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for one-way adapter based on providedFunctionto evaluate targeturiagainst request message. - outboundChannelAdapter(Function<Message<P>, ?>, WebClient) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for one-way adapter based on providedFunctionto evaluate targeturiagainst request message andWebClientfor HTTP exchanges. - outboundChannelAdapter(Expression) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for one-way adapter based on provided SpELExpressionto evaluate targeturiagainst request message. - outboundChannelAdapter(Expression, WebClient) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for one-way adapter based on provided SpELExpressionto evaluate targeturiagainst request message andWebClientfor HTTP exchanges. - outboundGateway(String) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for request-reply gateway based on provideduri. - outboundGateway(String, WebClient) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for request-reply gateway based on provideduriandWebClient. - outboundGateway(URI) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for request-reply gateway based on providedURI. - outboundGateway(URI, WebClient) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for request-reply gateway based on providedURIandWebClient. - outboundGateway(Function<Message<P>, ?>) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for request-reply gateway based on providedFunctionto evaluate targeturiagainst request message. - outboundGateway(Function<Message<P>, ?>, WebClient) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for request-reply gateway based on providedFunctionto evaluate targeturiagainst request message andWebClientfor HTTP exchanges. - outboundGateway(Expression) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for request-reply gateway based on provided SpELExpressionto evaluate targeturiagainst request message. - outboundGateway(Expression, WebClient) - Static method in class org.springframework.integration.webflux.dsl.WebFlux
-
Create an
WebFluxMessageHandlerSpecbuilder for request-reply gateway based on provided SpELExpressionto evaluate targeturiagainst request message andWebClientfor HTTP exchanges.
P
- postProcessBeforeDestruction(Object, String) - Method in class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
- publisherElementType(Class<?>) - Method in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
-
Configure a type for a request
Publisherelements. - publisherElementType(ParameterizedTypeReference<?>) - Method in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
-
Configure a
ParameterizedTypeReferencefor a requestPublisherelements. - publisherElementTypeExpression(Expression) - Method in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
-
Configure a SpEL expression to evaluate a request
Publisherelements type at runtime against a request message. - publisherElementTypeFunction(Function<Message<P>, ?>) - Method in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
-
Configure a
Functionto evaluate a requestPublisherelements type at runtime against a request message.
R
- reactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.integration.webflux.dsl.WebFluxInboundEndpointSpec
- replyPayloadToFlux(boolean) - Method in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
-
The boolean flag to identify if the reply payload should be as a
Fluxfrom the response body or as resolved value from theMonoof the response body. - requestedContentTypeResolver(RequestedContentTypeResolver) - Method in class org.springframework.integration.webflux.dsl.WebFluxInboundEndpointSpec
- requiresDestruction(Object) - Method in class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
S
- setBodyExtractor(BodyExtractor<?, ClientHttpResponse>) - Method in class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Specify a
BodyExtractoras an alternative to theexpectedResponseTypeto allow to get low-level access to the receivedClientHttpResponse. - setCodecConfigurer(ServerCodecConfigurer) - Method in class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
-
A
ServerCodecConfigurerfor the request readers and response writers. - setEncodingMode(DefaultUriBuilderFactory.EncodingMode) - Method in class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
- setPublisherElementType(Class<?>) - Method in class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Configure a type for a request
Publisherelements. - setPublisherElementTypeExpression(Expression) - Method in class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Configure a SpEL expression to evaluate a request
Publisherelements type at runtime against a request message. - setReactiveAdapterRegistry(ReactiveAdapterRegistry) - Method in class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
-
A registry of adapters to adapt a Reactive Streams
Publisherto/from. - setReplyPayloadToFlux(boolean) - Method in class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
The boolean flag to identify if the reply payload should be as a
Fluxfrom the response body or as resolved value from theMonoof the response body. - setRequestedContentTypeResolver(RequestedContentTypeResolver) - Method in class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
-
A strategy to resolve the requested media types for a
ServerWebExchange. - supports(HandlerResult) - Method in class org.springframework.integration.webflux.inbound.IntegrationHandlerResultHandler
W
- webClient - Variable in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- 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
MessagingGatewaySupportimplementation 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
-
The
HttpInboundEndpointSupportSpecimplementation for theWebFluxInboundEndpoint. - WebFluxInboundEndpointSpec(WebFluxInboundEndpoint, String...) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxInboundEndpointSpec
- WebFluxIntegrationConfigurationInitializer - Class in org.springframework.integration.webflux.config
-
The WebFlux Integration infrastructure
beanFactoryinitializer. - WebFluxIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.webflux.config.WebFluxIntegrationConfigurationInitializer
- WebFluxIntegrationRequestMappingHandlerMapping - Class in org.springframework.integration.webflux.inbound
-
The
HandlerMappingimplementation that detects and registersRequestMappingInfos forHttpRequestHandlingEndpointSupportfrom 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
-
The
BaseHttpMessageHandlerSpecimplementation for theWebFluxRequestExecutingMessageHandler. - WebFluxMessageHandlerSpec(String, WebClient) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- WebFluxMessageHandlerSpec(URI, WebClient) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- WebFluxMessageHandlerSpec(Expression, WebClient) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- 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
MessageHandlerimplementation that executes HTTP requests by delegating to a ReactiveWebClientinstance. - WebFluxRequestExecutingMessageHandler(String) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
-
Create a handler that will send requests to the provided URI.
- 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(URI) - 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(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.
All Classes|All Packages