AbstractKotlinRouterSpec   
    abstract class AbstractKotlinRouterSpec<S : AbstractRouterSpec<S, R>, R : AbstractMessageRouter>(val delegate: S) : KotlinConsumerEndpointSpec<S, R> 
An AbstractRouterSpec wrapped for Kotlin DSL.
Author
Artem Bilan
Since
5.3
Inheritors
Properties
Link copied to clipboard
                  the AbstractRouterSpec this instance is delegating to.