FsBunny


RabbitMqEventStreams

Namespace: FsBunny

RabbitMqEventStreams constructs event-stream publishers and consumers. factory: RabbitMQ connection factory to use. defaultExchange: default exchange to bind to. retries: number of reconnect attempts. limit: prefetch limit.

Constructors

ConstructorDescription
new(factory, defaultExchange)
Signature: (factory:ConnectionFactory * defaultExchange:string) -> RabbitMqEventStreams

CompiledName: .ctor

new(...)
Signature: (factory:ConnectionFactory * defaultExchange:string * retries:uint16 * limit:uint16) -> RabbitMqEventStreams

CompiledName: .ctor

Fork me on GitHub