Enum DocumentProtocol.Priority

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<DocumentProtocol.Priority>
    Enclosing class:
    DocumentProtocol

    public static enum DocumentProtocol.Priority
    extends java.lang.Enum<DocumentProtocol.Priority>
    Defines the different priorities allowed for document api messages. Most user traffic should be fit into the NORMAL categories. Traffic in the HIGH end will be usually be prioritized over important maintenance operations. Traffic in the LOW end will be prioritized after these operations.