Class GenericEndpointSpec<H extends MessageHandler>
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<GenericEndpointSpec<H>, reactor.util.function.Tuple2<ConsumerEndpointFactoryBean, H>>
org.springframework.integration.dsl.EndpointSpec<GenericEndpointSpec<H>, ConsumerEndpointFactoryBean, H>
org.springframework.integration.dsl.ConsumerEndpointSpec<GenericEndpointSpec<H>, H>
org.springframework.integration.dsl.GenericEndpointSpec<H>
- Type Parameters:
H- theMessageHandlerimplementation type.
- All Implemented Interfaces:
DisposableBean, FactoryBean<reactor.util.function.Tuple2<ConsumerEndpointFactoryBean, H>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
public class GenericEndpointSpec<H extends MessageHandler>
extends ConsumerEndpointSpec<GenericEndpointSpec<H>, H>
A
ConsumerEndpointSpec for a MessageHandler implementations.- Since:
- 5.0
- Author:
- Artem Bilan
-
Field Summary
Fields inherited from class ConsumerEndpointSpec
adviceChainFields inherited from class EndpointSpec
componentsToRegister, endpointFactoryBean, handlerFields 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 ConsumerEndpointSpec
advice, async, autoStartup, customizeMonoReply, doGet, handleMessageAdvice, notPropagatedHeaders, order, phase, poller, reactive, reactive, requiresReply, role, sendTimeout, taskScheduler, transactional, transactional, transactional, transactional, transactionalMethods inherited from class EndpointSpec
getComponentsToRegister, id, obtainInputChannelFromFlow, obtainInputChannelFromFlow, poller, pollerMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, 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
-
Constructor Details
-
GenericEndpointSpec
-