Package io.atomix.primitive.session
Interface SessionIdService
- All Known Subinterfaces:
ManagedSessionIdService
public interface SessionIdService
Globally unique session ID provider.
-
Method Summary
Modifier and Type Method Description CompletableFuture<SessionId>nextSessionId()Returns the next unique session identifier.
-
Method Details
-
nextSessionId
CompletableFuture<SessionId> nextSessionId()Returns the next unique session identifier.- Returns:
- the next unique session identifier
-