Class AdminConsumptionTask

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Runnable

    public class AdminConsumptionTask
    extends java.lang.Object
    implements java.lang.Runnable, java.io.Closeable
    This class is used to create a task, which will consume the admin messages from the special admin topics.
    • Field Detail

      • IGNORED_CURRENT_VERSION

        public static final int IGNORED_CURRENT_VERSION
        See Also:
        Constant Field Values
    • Method Detail

      • getExecutorService

        public java.util.concurrent.ExecutorService getExecutorService()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable