Class RouterSpec<K,R extends AbstractMappingMessageRouter>

Type Parameters:
K - the key type.
R - the AbstractMappingMessageRouter implementation type.
All Implemented Interfaces:
DisposableBean, FactoryBean<reactor.util.function.Tuple2<ConsumerEndpointFactoryBean,R>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration

public class RouterSpec<K,R extends AbstractMappingMessageRouter> extends AbstractRouterSpec<RouterSpec<K,R>,R>
Since:
5.0
Author:
Artem Bilan, Gary Russell