Bedrock.DataPlane.Proxy (bedrock v0.5.3)

View Source

Read version proxy for Bedrock's transaction system.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

t()

@type t() :: %Bedrock.DataPlane.Proxy{
  director: Bedrock.ControlPlane.Director.ref(),
  layout: Bedrock.ControlPlane.Config.TransactionSystemLayout.t()
}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

next_read_version(proxy)

@spec next_read_version(pid() | atom()) :: Bedrock.version()