Class ExceptionRecordQueueConveyor

java.lang.Object
io.datarouter.conveyor.BaseConveyor
io.datarouter.conveyor.queue.BaseGroupQueueConsumerConveyor<ExceptionRecordKey,​ExceptionRecord>
io.datarouter.exception.conveyors.ExceptionRecordQueueConveyor
All Implemented Interfaces:
io.datarouter.conveyor.Conveyor, Comparable<io.datarouter.conveyor.Conveyor>, Runnable

@Singleton
public class ExceptionRecordQueueConveyor
extends io.datarouter.conveyor.queue.BaseGroupQueueConsumerConveyor<ExceptionRecordKey,​ExceptionRecord>
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.datarouter.conveyor.BaseConveyor

    io.datarouter.conveyor.BaseConveyor.ProcessBatchResult
  • Field Summary

    Fields inherited from class io.datarouter.conveyor.BaseConveyor

    exceptionRecorder, name
  • Constructor Summary

    Constructors 
    Constructor Description
    ExceptionRecordQueueConveyor​(String name, Supplier<Boolean> shouldRun, io.datarouter.conveyor.queue.GroupQueueConsumer<ExceptionRecordKey,​ExceptionRecord> consumer, io.datarouter.instrumentation.exception.ExceptionRecordPublisher publisher, Supplier<Boolean> compactExceptionLogging, io.datarouter.web.exception.ExceptionRecorder exceptionRecorder)  
  • Method Summary

    Modifier and Type Method Description
    protected void processDatabeans​(List<ExceptionRecord> records)  

    Methods inherited from class io.datarouter.conveyor.queue.BaseGroupQueueConsumerConveyor

    processBatch, processDatabeansShouldAck

    Methods inherited from class io.datarouter.conveyor.BaseConveyor

    getName, interrupted, run, shouldRun

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.datarouter.conveyor.Conveyor

    compareTo