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, java.lang.Comparable<io.datarouter.conveyor.Conveyor>, java.lang.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

    name
  • Constructor Summary

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

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

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

    processBatch

    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
  • Constructor Details

    • ExceptionRecordQueueConveyor

      @Inject public ExceptionRecordQueueConveyor​(java.lang.String name, java.util.function.Supplier<java.lang.Boolean> shouldRun, io.datarouter.conveyor.queue.GroupQueueConsumer<ExceptionRecordKey,​ExceptionRecord> consumer, io.datarouter.instrumentation.exception.ExceptionRecordPublisher publisher, java.util.function.Supplier<java.lang.Boolean> compactExceptionLogging)
  • Method Details