Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.64 KB

File metadata and controls

47 lines (29 loc) · 1.64 KB

MQContract.ApachePulsar

Contents

Connection type

Namespace

MQContract.ApachePulsar

Summary

This is the MessageServiceConnection implemenation for using ApaxhePulsar

#ctor(pulsarClientBuilder) constructor

Summary

Default constructor

Parameters
Name Type Description
pulsarClientBuilder DotPulsar.Abstractions.IPulsarClientBuilder An instance of a pulsar client builder used to build the underlying client connection

MaxMessageBodySize property

Summary

Max Message Body Size in bytes, default 5MB

PulsarClient property

Summary

The underlying connection, exposed for external usage