Class MsgPackFormatter<T extends io.gravitee.reporter.api.Reportable>
- java.lang.Object
-
- io.gravitee.reporter.tcp.formatter.AbstractFormatter<T>
-
- io.gravitee.reporter.tcp.formatter.msgpack.MsgPackFormatter<T>
-
- All Implemented Interfaces:
Formatter<T>
public class MsgPackFormatter<T extends io.gravitee.reporter.api.Reportable> extends AbstractFormatter<T>
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
-
Constructor Summary
Constructors Constructor Description MsgPackFormatter(io.gravitee.reporter.api.configuration.Rules rules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.buffer.Bufferformat0(T data)-
Methods inherited from class io.gravitee.reporter.tcp.formatter.AbstractFormatter
format
-
-
-
-
Method Detail
-
format0
public io.vertx.core.buffer.Buffer format0(T data)
- Specified by:
format0in classAbstractFormatter<T extends io.gravitee.reporter.api.Reportable>
-
-