Class RSocketInboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<RSocketInboundGatewaySpec, RSocketInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<RSocketInboundGatewaySpec, RSocketInboundGateway>
org.springframework.integration.rsocket.dsl.RSocketInboundGatewaySpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<RSocketInboundGateway>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
public class RSocketInboundGatewaySpec
extends MessagingGatewaySpec<RSocketInboundGatewaySpec, RSocketInboundGateway>
The 
MessagingGatewaySpec implementation for the RSocketInboundGateway.- Since:
- 5.2
- Author:
- Artem Bilan
- 
Field SummaryFields 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondecodeFluxAsUnit(boolean decodeFluxAsUnit) Configure an option to decode an incomingFluxas a single unit or each its event separately.interactionModels(RSocketInteractionModel... interactionModels) Configure a set ofRSocketInteractionModelthe endpoint is going to be mapped onto.requestElementType(ResolvableType requestElementType) Specify a type of payload to be generated when the inbound RSocket request content is read by the converters/encoders.rsocketConnector(AbstractRSocketConnector rsocketConnector) Provide anAbstractRSocketConnectorreference for an explicit endpoint mapping.rsocketStrategies(RSocketStrategies rsocketStrategies) Configure anRSocketStrategiesinstead of a default one.Methods 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- 
RSocketInboundGatewaySpec
 
- 
- 
Method Details- 
interactionModelsConfigure a set ofRSocketInteractionModelthe endpoint is going to be mapped onto.- Parameters:
- interactionModels- the- RSocketInteractionModels for mapping.
- Returns:
- the spec.
- Since:
- 5.2.2
- See Also:
 
- 
rsocketStrategiesConfigure anRSocketStrategiesinstead of a default one.- Parameters:
- rsocketStrategies- the- RSocketStrategiesto use.
- Returns:
- the spec
- See Also:
 
- 
rsocketConnectorProvide anAbstractRSocketConnectorreference for an explicit endpoint mapping.- Parameters:
- rsocketConnector- the- AbstractRSocketConnectorto use.
- Returns:
- the spec
- See Also:
 
- 
requestElementTypeSpecify a type of payload to be generated when the inbound RSocket request content is read by the converters/encoders.- Parameters:
- requestElementType- The payload type.
- Returns:
- the spec
- See Also:
 
- 
decodeFluxAsUnitConfigure an option to decode an incomingFluxas a single unit or each its event separately.- Parameters:
- decodeFluxAsUnit- decode incoming- Fluxas a single unit or each event separately.
- Returns:
- the spec
- Since:
- 5.3
- See Also:
 
 
-