Conduit v0.11.0 Conduit.Broker.Topology.Queue View Source

Configuration for a queue

Link to this section Summary

Functions

Creates a Queue struct

Link to this section Types

Link to this type name() View Source
name() :: String.t() | (() -> String.t())
Link to this type t() View Source
t() :: %Conduit.Broker.Topology.Queue{name: String.t(), opts: Keyword.t()}

Link to this section Functions

Link to this function new(name, opts) View Source
new(name(), opts()) :: t()

Creates a Queue struct

Accepts functions for the arguments, that will be evaluated before returning the struct