Interface PublisherOptions

Set of options used when declaring a publisher

interface PublisherOptions {
    congestion_control?: CongestionControl;
    encoding?: Encoding;
    express?: boolean;
    priority?: Priority;
    reliability?: Reliability;
}

Properties

congestion_control?: CongestionControl

Optional, Type of Congestion control to be used (BLOCK / DROP)

encoding?: Encoding

Optional, Type of Encoding data to be sent over

express?: boolean

Optional, The Priority of zenoh messages

priority?: Priority

Optional, The Priority of zenoh messages

reliability?: Reliability

Optional, The Priority of zenoh messages