MessageDecoderRepositoryBuilder

Constructors

Link copied to clipboard
constructor(protRepository: ProtRepository<P>)

Functions

Link copied to clipboard
inline fun <T : IncomingMessage> bind(encoder: MessageDecoder<T>)
fun <T : IncomingMessage> bind(messageClass: Class<T>, decoder: MessageDecoder<T>)
Link copied to clipboard