Channel Subscription
class ChannelSubscription(val channel: String, val exceptionHandler: ReThisExceptionHandler? = null, val handler: SubscriptionHandler)
Constructors
Link copied to clipboard
constructor(channel: String, exceptionHandler: ReThisExceptionHandler? = null, handler: SubscriptionHandler)