Class ReactiveMessageHandlerSpec<S extends ReactiveMessageHandlerSpec<S,H>,H extends ReactiveMessageHandler>  
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
 
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 SummaryFieldsFields 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 SummaryMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, getPhase, id, 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
- 
Field Details- 
reactiveMessageHandler
 
- 
- 
Constructor Details- 
ReactiveMessageHandlerSpec
 
- 
- 
Method Details- 
getComponentsToRegister- Specified by:
- getComponentsToRegisterin interface- ComponentsRegistration
 
 
-