AMQPX v1.0.0 AMQPX.Receiver.Standard.Deduplicate behaviour View Source

Link to this section Summary

Link to this section Types

Link to this type option() View Source
option() ::
  {:identity, [AMQPX.MessageIdentity.identity_function()]}
  | {:callback, module()}

Link to this section Functions

Link to this function already_seen?(payload, meta, handler, state) View Source
Link to this function remember(payload, meta, handler, state) View Source

Link to this section Callbacks

Link to this callback already_seen?(id) View Source
already_seen?(id :: String.t()) :: boolean()
Link to this callback remember_message(id) View Source (optional)
remember_message(id :: String.t()) :: any()