FixAlchemy.SessionStore.Ets (FIXAlchemy v0.3.0)
View SourceFixAlchemy.SessionStore held in an ETS table.
Sequence numbers survive the session process, its supervisor, and the connection. They do not survive the node.
Every record_outbound/2 and record_inbound/2 writes to the table before
returning.
Options
:table- the table name, default:fix_alchemy_session_store. Created on first use if it does not exist.
Summary
Functions
Forget every session held in table.
Functions
@spec clear(atom()) :: :ok
Forget every session held in table.