Uses of Interface
org.apache.qpid.server.protocol.v0_8.MessageConsumerAssociation
-
Packages that use MessageConsumerAssociation Package Description org.apache.qpid.server.protocol.v0_8 -
-
Uses of MessageConsumerAssociation in org.apache.qpid.server.protocol.v0_8
Methods in org.apache.qpid.server.protocol.v0_8 that return MessageConsumerAssociation Modifier and Type Method Description MessageConsumerAssociationUnacknowledgedMessageMap. remove(long deliveryTag, boolean restoreCredit)Methods in org.apache.qpid.server.protocol.v0_8 that return types with arguments of type MessageConsumerAssociation Modifier and Type Method Description java.util.Collection<MessageConsumerAssociation>UnacknowledgedMessageMap. acknowledge(long deliveryTag, boolean multiple)Methods in org.apache.qpid.server.protocol.v0_8 with parameters of type MessageConsumerAssociation Modifier and Type Method Description booleanUnacknowledgedMessageMap.Visitor. callback(long deliveryTag, MessageConsumerAssociation messageConsumerPair)Method parameters in org.apache.qpid.server.protocol.v0_8 with type arguments of type MessageConsumerAssociation Modifier and Type Method Description voidUnacknowledgedMessageMap. collect(long key, boolean multiple, java.util.Map<java.lang.Long,MessageConsumerAssociation> msgs)
-