Class WebFluxInboundEndpointSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<WebFluxInboundEndpointSpec, WebFluxInboundEndpoint>
org.springframework.integration.dsl.MessagingGatewaySpec<WebFluxInboundEndpointSpec, WebFluxInboundEndpoint>
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec<WebFluxInboundEndpointSpec, WebFluxInboundEndpoint>
org.springframework.integration.webflux.dsl.WebFluxInboundEndpointSpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<WebFluxInboundEndpoint>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
public class WebFluxInboundEndpointSpec
extends HttpInboundEndpointSupportSpec<WebFluxInboundEndpointSpec, WebFluxInboundEndpoint>
The 
HttpInboundEndpointSupportSpec implementation for the WebFluxInboundEndpoint.- Since:
- 5.0
- Author:
- Artem Bilan
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpecHttpInboundEndpointSupportSpec.CrossOriginSpec, HttpInboundEndpointSupportSpec.RequestMappingSpec
- 
Field SummaryFields inherited from class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpecheaderExpressions, headerMapper, requestMappingFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedWebFluxInboundEndpointSpec(WebFluxInboundEndpoint gateway, String... path) 
- 
Method SummaryModifier and TypeMethodDescriptioncodecConfigurer(ServerCodecConfigurer codecConfigurer) reactiveAdapterRegistry(ReactiveAdapterRegistry adapterRegistry) requestedContentTypeResolver(RequestedContentTypeResolver requestedContentTypeResolver) Methods inherited from class org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpeccrossOrigin, extractReplyPayload, getComponentsToRegister, headerExpression, headerExpression, headerExpressions, headerFunction, headerMapper, mappedRequestHeaders, mappedResponseHeaders, payloadExpression, payloadExpression, payloadFunction, requestMapping, requestPayloadType, requestPayloadType, statusCodeExpression, statusCodeExpression, statusCodeFunction, validatorMethods inherited from class org.springframework.integration.dsl.MessagingGatewaySpecautoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
WebFluxInboundEndpointSpec
 
- 
- 
Method Details- 
codecConfigurer
- 
requestedContentTypeResolverpublic WebFluxInboundEndpointSpec requestedContentTypeResolver(RequestedContentTypeResolver requestedContentTypeResolver) 
- 
reactiveAdapterRegistry
 
-