Hierarchy For Package org.symphonyoss.s2.fugue.pubsub

Class Hierarchy

Interface Hierarchy

  • java.lang.AutoCloseable
    • java.io.Closeable
    • org.symphonyoss.s2.fugue.pipeline.ICloseableConsumer
      • org.symphonyoss.s2.fugue.pipeline.IConsumer<T> (also extends org.symphonyoss.s2.fugue.pipeline.ISimpleRetryableConsumer<T>)
        • org.symphonyoss.s2.fugue.pipeline.IThreadSafeConsumer<T> (also extends org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<T>)
      • org.symphonyoss.s2.fugue.pipeline.IRetryableConsumer<T> (also extends org.symphonyoss.s2.fugue.pipeline.ISimpleRetryableConsumer<T>)
        • org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<T>
          • org.symphonyoss.s2.fugue.pipeline.IThreadSafeConsumer<T> (also extends org.symphonyoss.s2.fugue.pipeline.IConsumer<T>)
  • org.symphonyoss.s2.common.fluent.IFluent<T>
  • org.symphonyoss.s2.fugue.pubsub.IPublisherManager
  • org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
  • org.symphonyoss.s2.fugue.pubsub.IQueueManager
  • org.symphonyoss.s2.fugue.pubsub.IQueueMessageDelete
  • org.symphonyoss.s2.fugue.pubsub.IQueueReceiver
  • org.symphonyoss.s2.fugue.pubsub.IQueueSender
  • org.symphonyoss.s2.fugue.pipeline.ISimpleRetryableConsumer<T>
    • org.symphonyoss.s2.fugue.pipeline.IConsumer<T> (also extends org.symphonyoss.s2.fugue.pipeline.ICloseableConsumer)
      • org.symphonyoss.s2.fugue.pipeline.IThreadSafeConsumer<T> (also extends org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<T>)
    • org.symphonyoss.s2.fugue.pipeline.IRetryableConsumer<T> (also extends org.symphonyoss.s2.fugue.pipeline.ICloseableConsumer)
      • org.symphonyoss.s2.fugue.pipeline.IThreadSafeRetryableConsumer<T>
        • org.symphonyoss.s2.fugue.pipeline.IThreadSafeConsumer<T> (also extends org.symphonyoss.s2.fugue.pipeline.IConsumer<T>)
  • org.symphonyoss.s2.fugue.pubsub.ISubscriptionAdmin
  • java.lang.Runnable