MessageSupplier

interface MessageSupplier<K, T>

Functions

Link copied to clipboard
abstract fun get(key: K): ChannelMessage<T>