Package org.graylog2.shared.buffers
Class RawMessageEncoderHandler
java.lang.Object
org.graylog2.shared.buffers.RawMessageEncoderHandler
- All Implemented Interfaces:
WorkHandler<RawMessageEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionRawMessageEncoderHandler(com.codahale.metrics.MetricRegistry metricRegistry) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.shared.buffers.WorkHandler
onShutdown, onStart
-
Constructor Details
-
RawMessageEncoderHandler
@Inject public RawMessageEncoderHandler(com.codahale.metrics.MetricRegistry metricRegistry)
-
-
Method Details