View Source Ravix.Documents.Session.Supervisor (ravix v0.9.2)
Supervisor for RavenDB Sessions
Link to this section Summary
Functions
Closes a session for the informed store using the session pid or session_id
Creates a session with the informed initial state
Link to this section Functions
Closes a session for the informed store using the session pid or session_id
@spec create_session(Ravix.Documents.Session.State.t()) :: :ignore | {:error, any()} | {:ok, pid()} | {:ok, pid(), any()}
Creates a session with the informed initial state