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 IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Field Details
-
reactiveMessageHandler
-
-
Constructor Details
-
ReactiveMessageHandlerSpec
-
-
Method Details
-
getComponentsToRegister
- Specified by:
getComponentsToRegisterin interfaceComponentsRegistration
-