Class AbstractFormatter<T extends io.gravitee.reporter.api.Reportable>
- java.lang.Object
-
- io.gravitee.reporter.tcp.formatter.AbstractFormatter<T>
-
- All Implemented Interfaces:
Formatter<T>
- Direct Known Subclasses:
ElasticsearchFormatter,EndpointStatusFormatter,JsonFormatter,LogFormatter,MetricsFormatter,MonitorFormatter,MsgPackFormatter
public abstract class AbstractFormatter<T extends io.gravitee.reporter.api.Reportable> extends Object implements Formatter<T>
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
-
Constructor Summary
Constructors Constructor Description AbstractFormatter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description io.vertx.core.buffer.Bufferformat(T data)protected abstract io.vertx.core.buffer.Bufferformat0(T data)
-