vertx / io.vertx.rx.java / UnmarshallerOperator

UnmarshallerOperator

abstract class UnmarshallerOperator<T : Any, B : Any> : Operator<T, B>

An operator

Author
Julien Viet

Constructors

<init>

UnmarshallerOperator(mappedType: Class<T>)
UnmarshallerOperator(mappedTypeRef: TypeReference<T>)

Functions

call

open fun call(subscriber: Subscriber<in T>): Subscriber<in B>

unwrap

abstract fun unwrap(buffer: B): Buffer