Class AwaitCompletionReliabilityStrategy

  • All Implemented Interfaces:
    ReliabilityStrategy

    public class AwaitCompletionReliabilityStrategy
    extends Object
    implements ReliabilityStrategy
    ReliabilityStrategy that counts the number of threads that have started to log an event but have not completed yet, and waits for these threads to finish before allowing the appenders to be stopped.