Class CoherenceSessionStore

java.lang.Object
io.micronaut.coherence.httpsession.CoherenceSessionStore
All Implemented Interfaces:
io.micronaut.session.SessionStore<CoherenceSessionStore.CoherenceHttpSession>, Serializable

@Singleton @Primary @Requires(property="micronaut.session.http.coherence.enabled", value="true") @Replaces(io.micronaut.session.InMemorySessionStore.class) public class CoherenceSessionStore extends Object implements io.micronaut.session.SessionStore<CoherenceSessionStore.CoherenceHttpSession>, Serializable
A SessionStore that uses Coherence to store session data.
See Also: