AbsintheFieldTelemetry.Backend.Ets (absinthe_field_telemetry v0.3.1)

View Source

A AbsintheFieldTelemetry.Backend implementation using ets.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start(args \\ [])

@spec start(keyword()) :: :ignore | {:error, any()} | {:ok, pid()}

start_link(args \\ [])

@spec start_link(keyword()) :: :ignore | {:error, any()} | {:ok, pid()}

stop()

@spec stop() :: any()