ConduitAppsignal v0.6.2 ConduitAppsignal.Plug.Subscriber View Source

Instruments the process function of your subscriber.

Examples

defmodule MySubscriber do
  use Conduit.Subscriber
  plug ConduitAppsignal.Plug.Subscriber, subscriber: __MODULE__

  # ...
end

Link to this section Summary

Functions

Callback implementation for Conduit.Plug.call/3

Callback implementation for Conduit.Plug.init/1

Callback implementation for Conduit.Plug.run/2

Link to this section Functions

Link to this function call(message, next, opts) View Source

Callback implementation for Conduit.Plug.call/3.

Callback implementation for Conduit.Plug.init/1.

Link to this function run(message, opts \\ []) View Source

Callback implementation for Conduit.Plug.run/2.