Class GenericEndpointSpec<H extends MessageHandler>

Type Parameters:
H - the MessageHandler implementation 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
  • Constructor Details

    • GenericEndpointSpec

      protected GenericEndpointSpec(H messageHandler)