GroupChannelContext

class GroupChannelContext @JvmOverloads constructor(val collectionEventSource: CollectionEventSource, val eventDetail: EventDetail = EventDetail.None) : BaseChannelContext

The context of a channel, used in GroupChannelCollectionHandler.

Since

3.1.0

Constructors

Link copied to clipboard
constructor(collectionEventSource: CollectionEventSource, eventDetail: EventDetail = EventDetail.None)

Properties

Link copied to clipboard
Link copied to clipboard

The EventDetail of current context. Includes detailed information sames as GroupChannelHandler/FeedChannelHandler.

Link copied to clipboard
open override val isFromEvent: Boolean

Whether the CollectionEventSource of this context is from the real-time events.

Link copied to clipboard
open override val traceName: String

Functions

Link copied to clipboard
open override fun toString(): String