java.lang.Object
org.apache.sling.distribution.journal.impl.subscriber.NoopIdle
All Implemented Interfaces:
Closeable, AutoCloseable, IdleCheck

public class NoopIdle extends Object implements IdleCheck
  • Constructor Details

    • NoopIdle

      public NoopIdle()
  • Method Details

    • busy

      public void busy(int retries, long messageCreateTime)
      Description copied from interface: IdleCheck
      Called when processing of a message starts
      Specified by:
      busy in interface IdleCheck
      Parameters:
      retries - the number of retries to process the message
      messageCreateTime -
    • idle

      public void idle()
      Description copied from interface: IdleCheck
      Called when processing of a message has finished
      Specified by:
      idle in interface IdleCheck
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • isReady

      public boolean isReady()
      Specified by:
      isReady in interface IdleCheck