interface Options {
    cpOpts?: ConsumerOptions & ProducerOptions;
    msgInterestLifetime?: number;
    msgRetx?: RetxPolicy;
    pubVerifier?: Verifier;
    subAnnouncement?: false;
    subSigner?: Signer;
}

Properties

Consumer and producer options.

  • .fw may be specified.
  • Most other fields are overridden.
msgInterestLifetime?: number

InterestLifetime of msg Interests.

msgRetx?: RetxPolicy

Retransmission policy of msg Interests.

2 retransmissions

pubVerifier?: Verifier

Verifier for publications.

no verification

subAnnouncement

Set to false to disable prefix announcements for receiving notify Interests.

This should be set only if the application already has a prefix announcement that covers the topic of each subscription.

subSigner?: Signer

Key to sign notify Data.

digestSigning