Amarula.MessageSecretStore.Scope (amarula v0.5.3)

View Source

A message-secret-store scope: the resolved adapter plus its state. Handed to an adapter (with the connection profile) on each call. Mirrors Amarula.RetryCache.Scope but for the message-secret concern (issue #30).

Summary

Types

t()

@type t() :: %Amarula.MessageSecretStore.Scope{
  adapter: module(),
  state: Amarula.MessageSecretStore.adapter_state()
}