Class HttpRequestRecordQueueConveyor

java.lang.Object
io.datarouter.conveyor.BaseConveyor
io.datarouter.conveyor.queue.BaseGroupQueueConsumerConveyor<HttpRequestRecordKey,​HttpRequestRecord>
io.datarouter.exception.conveyors.HttpRequestRecordQueueConveyor
All Implemented Interfaces:
io.datarouter.conveyor.Conveyor, Comparable<io.datarouter.conveyor.Conveyor>, Runnable

@Singleton
public class HttpRequestRecordQueueConveyor
extends io.datarouter.conveyor.queue.BaseGroupQueueConsumerConveyor<HttpRequestRecordKey,​HttpRequestRecord>
  • 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
    HttpRequestRecordQueueConveyor​(String name, Supplier<Boolean> shouldRun, io.datarouter.conveyor.queue.GroupQueueConsumer<HttpRequestRecordKey,​HttpRequestRecord> 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<HttpRequestRecord> dtos)  

    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