Interface Conveyor

All Superinterfaces:
java.lang.Comparable<Conveyor>, java.lang.Runnable
All Known Implementing Classes:
BaseBatchedLossyQueueConsumerConveyor, BaseBatchedQueueConsumerConveyor, BaseConveyor, BaseGroupQueueConsumerConveyor, BasePutQueueConsumerConveyor, BaseQueueConsumerConveyor, DatabeanBufferConveyor, PutMultiGroupQueueConsumerConveyor

public interface Conveyor
extends java.lang.Comparable<Conveyor>, java.lang.Runnable
  • Method Summary

    Modifier and Type Method Description
    default int compareTo​(Conveyor other)  
    java.lang.String getName()  
    boolean shouldRun()  

    Methods inherited from interface java.lang.Runnable

    run