Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.messaging
/
TypedChannel
Typed
Channel
class
TypedChannel
<
T
>
(
channel
:
Channel
,
codec
:
Codec
<
T
>
)
Typed view over a messaging channel.
Members
Constructors
Typed
Channel
Link copied to clipboard
constructor
(
channel
:
Channel
,
codec
:
Codec
<
T
>
)
Properties
id
Link copied to clipboard
val
id
:
String
Functions
send
Link copied to clipboard
fun
send
(
value
:
T
)