View Source WhiteRabbit.Processor.Config (White Rabbit v0.2.0)

Module for defining a WhiteRabbit.Processor configuration struct.

RPC Example:

%WhiteRabbit.Processor.Config{module: RPC, function: :handle_rpc_message!}

Link to this section Summary

Types

t()
  • module - Module that implements the WhiteRabbit.Processor behaviour
  • function - Optional function name atom to support generic processor behavior

Link to this section Types

@type t() :: %WhiteRabbit.Processor.Config{function: atom(), module: module()}
  • module - Module that implements the WhiteRabbit.Processor behaviour
  • function - Optional function name atom to support generic processor behavior