Uses of Class
io.moquette.broker.SessionRegistry.EnqueuedMessage
-
Packages that use SessionRegistry.EnqueuedMessage Package Description io.moquette.broker io.moquette.persistence -
-
Uses of SessionRegistry.EnqueuedMessage in io.moquette.broker
Subclasses of SessionRegistry.EnqueuedMessage in io.moquette.broker Modifier and Type Class Description static classSessionRegistry.PublishedMessagestatic classSessionRegistry.PubRelMarkerMethods in io.moquette.broker that return SessionRegistry.EnqueuedMessage Modifier and Type Method Description SessionRegistry.EnqueuedMessageInMemoryQueue. dequeue()Methods in io.moquette.broker that return types with arguments of type SessionRegistry.EnqueuedMessage Modifier and Type Method Description SessionMessageQueue<SessionRegistry.EnqueuedMessage>IQueueRepository. getOrCreateQueue(String clientId)SessionMessageQueue<SessionRegistry.EnqueuedMessage>MemoryQueueRepository. getOrCreateQueue(String clientId)Methods in io.moquette.broker with parameters of type SessionRegistry.EnqueuedMessage Modifier and Type Method Description voidInMemoryQueue. enqueue(SessionRegistry.EnqueuedMessage message) -
Uses of SessionRegistry.EnqueuedMessage in io.moquette.persistence
Methods in io.moquette.persistence that return SessionRegistry.EnqueuedMessage Modifier and Type Method Description SessionRegistry.EnqueuedMessage[]EnqueuedMessageValueType. createStorage(int i)SessionRegistry.EnqueuedMessageEnqueuedMessageValueType. read(ByteBuffer buff)Methods in io.moquette.persistence that return types with arguments of type SessionRegistry.EnqueuedMessage Modifier and Type Method Description SessionMessageQueue<SessionRegistry.EnqueuedMessage>H2QueueRepository. getOrCreateQueue(String clientId)Methods in io.moquette.persistence with parameters of type SessionRegistry.EnqueuedMessage Modifier and Type Method Description intEnqueuedMessageValueType. compare(SessionRegistry.EnqueuedMessage a, SessionRegistry.EnqueuedMessage b)intEnqueuedMessageValueType. getMemory(SessionRegistry.EnqueuedMessage obj)voidEnqueuedMessageValueType. write(org.h2.mvstore.WriteBuffer buff, SessionRegistry.EnqueuedMessage obj)
-