Uses of Interface
io.moquette.broker.SessionMessageQueue
-
Packages that use SessionMessageQueue Package Description io.moquette.broker io.moquette.persistence -
-
Uses of SessionMessageQueue in io.moquette.broker
Classes in io.moquette.broker that implement SessionMessageQueue Modifier and Type Class Description classAbstractSessionMessageQueue<T>classInMemoryQueueMethods in io.moquette.broker that return SessionMessageQueue Modifier and Type Method Description SessionMessageQueue<SessionRegistry.EnqueuedMessage>IQueueRepository. getOrCreateQueue(String clientId)SessionMessageQueue<SessionRegistry.EnqueuedMessage>MemoryQueueRepository. getOrCreateQueue(String clientId) -
Uses of SessionMessageQueue in io.moquette.persistence
Methods in io.moquette.persistence that return SessionMessageQueue Modifier and Type Method Description SessionMessageQueue<SessionRegistry.EnqueuedMessage>H2QueueRepository. getOrCreateQueue(String clientId)
-