All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.atleon.core.AcknowledgementQueueMode Maven / Gradle / Ivy

package io.atleon.core;

/**
 * Controls the behavior of queuing in {@link AcknowledgementQueue}
 */
public enum AcknowledgementQueueMode {
    /**
     * Every queued acknowledgement will be executed in order
     */
    STRICT,
    /**
     * Acknowledgements may be skipped when multiple sequential acknowledgements are ready to be
     * executed
     */
    COMPACT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy