public interface SessionSupplier
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<Session>> |
createSession(Duration duration)
Create new session asynchronous
|
ScheduledExecutorService |
getScheduler()
Default scheduler for asynchronous tasks execution
|
CompletableFuture<Result<Session>> createSession(Duration duration)
duration - - timeout of operation completion waitingScheduledExecutorService getScheduler()
Copyright © 2023. All rights reserved.