Class ProcessBufferProcessor
java.lang.Object
org.graylog2.shared.buffers.processors.ProcessBufferProcessor
- All Implemented Interfaces:
WorkHandler<MessageEvent>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProcessBufferProcessor(com.codahale.metrics.MetricRegistry metricRegistry, OrderedMessageProcessors orderedMessageProcessors, OutputBuffer outputBuffer, ProcessingStatusRecorder processingStatusRecorder, de.huxhorn.sulky.ulid.ULID ulid, MessageULIDGenerator messageULIDGenerator, DecodingProcessor decodingProcessor, jakarta.inject.Provider<Stream> defaultStreamProvider, FailureSubmissionService failureSubmissionService, StreamMetrics streamMetrics) -
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
-
Method Details
-
onEvent
- Specified by:
onEventin interfaceWorkHandler<MessageEvent>- Throws:
Exception
-
getCurrentMessage
-