Uses of Class
io.vertx.mutiny.ext.web.sstore.ClusteredSessionStore
Packages that use ClusteredSessionStore
-
Uses of ClusteredSessionStore in io.vertx.mutiny.ext.web.sstore
Fields in io.vertx.mutiny.ext.web.sstore with type parameters of type ClusteredSessionStoreModifier and TypeFieldDescriptionstatic final TypeArg<ClusteredSessionStore>ClusteredSessionStore.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.sstore that return ClusteredSessionStoreModifier and TypeMethodDescriptionClusteredSessionStore.clearAndForget()Remove all sessions from the store.static ClusteredSessionStoreCreate a session storestatic ClusteredSessionStoreCreate a session store.static ClusteredSessionStoreCreate a session storestatic ClusteredSessionStoreCreate a session store.ClusteredSessionStore.deleteAndForget(String arg0) Delete the session with the specified ID.ClusteredSessionStore.getAndForget(String arg0) Get the session with the specified ID.static ClusteredSessionStoreClusteredSessionStore.newInstance(io.vertx.ext.web.sstore.ClusteredSessionStore delegate) Creates a new instance of theClusteredSessionStore.ClusteredSessionStore.putAndForget(Session arg0) Add a session with the specified ID.ClusteredSessionStore.sizeAndForget()Get the number of sessions in the store.