Class ReactiveMessageHandlerSpec<S extends ReactiveMessageHandlerSpec<S,H>, H extends ReactiveMessageHandler> 
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S, ReactiveMessageHandlerAdapter>
org.springframework.integration.dsl.MessageHandlerSpec<S, ReactiveMessageHandlerAdapter>
org.springframework.integration.dsl.ReactiveMessageHandlerSpec<S,H> 
- Type Parameters:
 S- the target spec type.H- the target message handler type.
- All Implemented Interfaces:
 DisposableBean,FactoryBean<ReactiveMessageHandlerAdapter>,InitializingBean,Lifecycle,Phased,SmartLifecycle,ComponentsRegistration
- Direct Known Subclasses:
 R2dbcMessageHandlerSpec,ReactiveMongoDbMessageHandlerSpec,ZeroMqMessageHandlerSpec
public abstract class ReactiveMessageHandlerSpec<S extends ReactiveMessageHandlerSpec<S,H>, H extends ReactiveMessageHandler> 
extends MessageHandlerSpec<S, ReactiveMessageHandlerAdapter>
implements ComponentsRegistration
The 
MessageHandlerSpec extension for ReactiveMessageHandler.- Since:
 - 5.4
 - Author:
 - Artem Bilan
 
- 
Field Summary
FieldsFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton 
- 
Field Details
- 
reactiveMessageHandler
 
 - 
 - 
Constructor Details
- 
ReactiveMessageHandlerSpec
 
 - 
 - 
Method Details
- 
getComponentsToRegister
- Specified by:
 getComponentsToRegisterin interfaceComponentsRegistration
 
 -