Uses of Class
org.apache.activemq.artemis.api.core.RefCountMessage
-
-
Uses of RefCountMessage in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return RefCountMessage Modifier and Type Method Description RefCountMessageRefCountMessage. getParentRef()Methods in org.apache.activemq.artemis.api.core with parameters of type RefCountMessage Modifier and Type Method Description voidRefCountMessage. setParentRef(RefCountMessage origin) -
Uses of RefCountMessage in org.apache.activemq.artemis.core.client.impl
Subclasses of RefCountMessage in org.apache.activemq.artemis.core.client.impl Modifier and Type Class Description classClientLargeMessageImplClientLargeMessageImpl is only created when receiving large messages.classClientMessageImplA ClientMessageImpl -
Uses of RefCountMessage in org.apache.activemq.artemis.core.message.impl
Subclasses of RefCountMessage in org.apache.activemq.artemis.core.message.impl Modifier and Type Class Description classCoreMessageNote: you shouldn't change properties using multi-threads. -
Uses of RefCountMessage in org.apache.activemq.artemis.core.persistence.impl.journal
Subclasses of RefCountMessage in org.apache.activemq.artemis.core.persistence.impl.journal Modifier and Type Class Description classLargeServerMessageImpl
-