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

RPC config struct given at app startup to configure the service consumer, replies consumer, and register it under the service_name.

Link to this section Summary

Link to this section Types

@type t() :: %WhiteRabbit.RPC.Config{
  connection_name: atom(),
  replies_consumer: WhiteRabbit.Consumer.t(),
  reply_id: term(),
  service_consumer: WhiteRabbit.Consumer.t(),
  service_name: atom()
}