Class PublisherOptions (2.7.1)

PublisherOptions(enable_message_ordering=False, flow_control=PublishFlowControl(message_limit=1000, byte_limit=10000000, limit_exceeded_behavior=<LimitExceededBehavior.IGNORE: 'ignore'>), retry=<_MethodDefault._DEFAULT_VALUE: <object object>>, timeout=<_MethodDefault._DEFAULT_VALUE: <object object>>)

The options for the publisher client.

Methods

PublisherOptions

PublisherOptions(enable_message_ordering=False, flow_control=PublishFlowControl(message_limit=1000, byte_limit=10000000, limit_exceeded_behavior=<LimitExceededBehavior.IGNORE: 'ignore'>), retry=<_MethodDefault._DEFAULT_VALUE: <object object>>, timeout=<_MethodDefault._DEFAULT_VALUE: <object object>>)

Create new instance of PublisherOptions(enable_message_ordering, flow_control, retry, timeout)