Hierarchy For Package org.springframework.integration.store

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.integration.store.AbstractBatchingMessageGroupStore (implements org.springframework.integration.store.BasicMessageGroupStore)
    • java.util.AbstractCollection<E> (implements java.util.Collection<E>)
      • java.util.AbstractQueue<E> (implements java.util.Queue<E>)
        • org.springframework.integration.store.MessageGroupQueue (implements java.util.concurrent.BlockingQueue<E>)
    • org.springframework.integration.store.MessageGroupMetadata (implements java.io.Serializable)
    • org.springframework.integration.store.MessageGroupStoreReaper (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, java.lang.Runnable, org.springframework.context.SmartLifecycle)
    • org.springframework.integration.store.MessageHolder (implements java.io.Serializable)
    • org.springframework.integration.store.MessageMetadata (implements java.io.Serializable)
    • org.springframework.integration.store.SimpleMessageGroup (implements org.springframework.integration.store.MessageGroup)
    • org.springframework.integration.store.SimpleMessageGroupFactory (implements org.springframework.integration.store.MessageGroupFactory)
    • java.lang.Throwable (implements java.io.Serializable)
      • java.lang.Exception
        • java.lang.RuntimeException
          • org.springframework.core.NestedRuntimeException
            • org.springframework.messaging.MessagingException

Interface Hierarchy

Enum Hierarchy

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)