public interface SpincastSessionFactory
| Modifier and Type | Method and Description |
|---|---|
SpincastSession |
createNewSession()
Creates a new session.
|
SpincastSession |
createSession(String sessionId,
Instant creationDate,
Instant modificationDate,
JsonObject attributes)
Creates a session from saved infos.
|
SpincastSession createNewSession()
SpincastSession.isNew() will return
true.
SpincastSession createSession(String sessionId, Instant creationDate, Instant modificationDate, JsonObject attributes)
Copyright © 2018. All rights reserved.