Class CoherenceSessionStore

  • All Implemented Interfaces:
    io.micronaut.session.SessionStore<CoherenceSessionStore.CoherenceHttpSession>, java.io.Serializable

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