EcsElixirCore.Application.EcsMiddleware.PlugHandlerConfig (ecs_elixir_core v1.1.0)

Copy Markdown

GenServer that asynchronously dispatches ECS log commands to the Plug use case.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

enabled_features()

@spec enabled_features() :: [atom()]

init(atom)

Callback implementation for GenServer.init/1.

log(command)

service_name()

@spec service_name() :: String.t()

start_link(_)