ExchangeType
faststream.rabbit.schemas.ExchangeType
#
Bases: str
, Enum
A class to represent the exchange type.
ATTRIBUTE | DESCRIPTION |
---|---|
FANOUT |
fanout exchange type
|
DIRECT |
direct exchange type
|
TOPIC |
topic exchange type
|
HEADERS |
headers exchange type
|
X_DELAYED_MESSAGE |
x-delayed-message exchange type
|
X_CONSISTENT_HASH |
x-consistent-hash exchange type
|
X_MODULUS_HASH |
x-modulus-hash exchange type
|