Class RetryStoreListService

All Implemented Interfaces:
AdaptrisComponent, ComponentLifecycle, ComponentLifecycleExtension, MessageEventGenerator, Service, StateManagedComponent

@ComponentProfile(summary="List messages available to be retried from the retry store", since="3.11.1", tag="retry") public class RetryStoreListService extends RetryStoreServiceImpl
List messages in the configured retry store.

While not tightly coupled it is designed as a supporting service for use with RetryFromJetty.

Since:
3.11.1

In the adapter configuration file this class is aliased as retry-store-list-service which is the preferred alternative to the fully qualified classname when building your configuration.

  • Constructor Details

    • RetryStoreListService

      public RetryStoreListService()
  • Method Details