Bedrock.DataPlane.Proxy (bedrock v0.5.2)
View SourceRead version proxy for Bedrock's transaction system.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type t() :: %Bedrock.DataPlane.Proxy{ director: Bedrock.ControlPlane.Director.ref(), layout: Bedrock.ControlPlane.Config.TransactionSystemLayout.t() }
Functions
@spec child_spec( opts :: [ id: String.t(), director: Bedrock.ControlPlane.Director.ref(), layout: Bedrock.ControlPlane.Config.TransactionSystemLayout.t() ] ) :: Supervisor.child_spec()
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec next_read_version(pid() | atom()) :: Bedrock.version()