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 types with arguments of type SessionRegistry.EnqueuedMessage Modifier and Type Method Description Queue<SessionRegistry.EnqueuedMessage>IQueueRepository. createQueue(String cli, boolean clean)Queue<SessionRegistry.EnqueuedMessage>MemoryQueueRepository. createQueue(String cli, boolean clean)Map<String,Queue<SessionRegistry.EnqueuedMessage>>IQueueRepository. listAllQueues()Map<String,Queue<SessionRegistry.EnqueuedMessage>>MemoryQueueRepository. listAllQueues() -
Uses of SessionRegistry.EnqueuedMessage in io.moquette.persistence
Methods in io.moquette.persistence that return types with arguments of type SessionRegistry.EnqueuedMessage Modifier and Type Method Description Queue<SessionRegistry.EnqueuedMessage>H2QueueRepository. createQueue(String cli, boolean clean)Map<String,Queue<SessionRegistry.EnqueuedMessage>>H2QueueRepository. listAllQueues()
-