Interface MessageConsumerAssociation
-
public interface MessageConsumerAssociation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageInstanceConsumergetConsumer()MessageInstancegetMessageInstance()longgetSize()
-
-
-
Method Detail
-
getMessageInstance
MessageInstance getMessageInstance()
-
getConsumer
MessageInstanceConsumer getConsumer()
-
getSize
long getSize()
-
-