Class SjmsBatchConsumer.StartConsumerTask

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    SjmsBatchConsumer

    protected class SjmsBatchConsumer.StartConsumerTask
    extends Object
    implements Runnable
    Task to startup the consumer either synchronously or using asynchronous with recovery
    • Constructor Detail

      • StartConsumerTask

        public StartConsumerTask​(boolean recoveryEnabled,
                                 int recoveryInterval,
                                 int keepAliveDelay)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable