KotlinConsumerEndpointSpec
abstract class KotlinConsumerEndpointSpec<S : ConsumerEndpointSpec<S, H>, H : MessageHandler>(val delegate: S)
A ConsumerEndpointSpec wrapped for Kotlin DSL.
Author
Artem Bilan
Since
5.5.19
Inheritors
Properties
Link copied to clipboard
the ConsumerEndpointSpec this instance is delegating to.