Class AbstractRouterSpec<S extends AbstractRouterSpec<S,R>,R extends AbstractMessageRouter>

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
Type Parameters:
S - the target AbstractRouterSpec implementation type.
R - the AbstractMessageRouter implementation type.
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<reactor.util.function.Tuple2<ConsumerEndpointFactoryBean,R>>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, ComponentsRegistration
Direct Known Subclasses:
RecipientListRouterSpec, RouterSpec

public class AbstractRouterSpec<S extends AbstractRouterSpec<S,R>,R extends AbstractMessageRouter> extends ConsumerEndpointSpec<S,R>
Since:
5.0
  • Constructor Details

    • AbstractRouterSpec

      protected AbstractRouterSpec(R router)
  • Method Details