Uses of Class
org.springframework.integration.webflux.dsl.WebFluxInboundEndpointSpec
Package
Description
Provides WebFlux Components support for Spring Integration Java DSL.
-
Uses of WebFluxInboundEndpointSpec in org.springframework.integration.webflux.dsl
Modifier and TypeMethodDescriptionWebFluxInboundEndpointSpec.codecConfigurer
(ServerCodecConfigurer codecConfigurer) static WebFluxInboundEndpointSpec
WebFlux.inboundChannelAdapter
(String... path) Create anWebFluxInboundEndpointSpec
builder for one-way reactive adapter based on the providedpath
array for mapping.static WebFluxInboundEndpointSpec
WebFlux.inboundGateway
(String... path) Create anWebFluxInboundEndpointSpec
builder for request-reply reactive gateway based on the providedpath
array for mapping.WebFluxInboundEndpointSpec.reactiveAdapterRegistry
(ReactiveAdapterRegistry adapterRegistry) WebFluxInboundEndpointSpec.requestedContentTypeResolver
(RequestedContentTypeResolver requestedContentTypeResolver)