Squidie.Runtime.Journal.SignalInterpreter (squidie v0.3.4)

Copy Markdown View Source

Backward-compatible alias for journal command signal dispatch.

New code should call Squidie.Runtime.Journal.Commands.SignalInterpreter. This module preserves the older runtime namespace for existing host integrations and tests.

Summary

Functions

Applies a normalized runtime command signal to the journal runtime.

Functions

apply(signal, opts)

@spec apply(
  Squidie.Runtime.Signal.t(),
  keyword()
) :: {:ok, term()} | {:error, term()}

Applies a normalized runtime command signal to the journal runtime.