TransportFilter
TransportFilter =
object
Defined in: packages/postal/src/transport.ts:55
Restricts which envelopes a transport forwards.
Properties
Section titled “Properties”channels?
Section titled “channels?”
optionalchannels:string[]
Defined in: packages/postal/src/transport.ts:57
Only forward envelopes on these channels. Exact match.
topics?
Section titled “topics?”
optionaltopics:string[]
Defined in: packages/postal/src/transport.ts:59
Only forward envelopes matching these topic patterns. Uses AMQP wildcard matching.