interface Options {
    describe?: string;
    fallback?: FallbackHandler;
    pOpts?: ProducerOptions;
    reg?: PrefixRegController;
}

Properties

describe?: string

Description for debugging purpose.

"repo"

fallback?: FallbackHandler

Interest handler function for when Data is not found in repo.

To support RDR metadata version discovery, pass respondRdr as this option.

Producer options.

Prefix registration controller.

Register each Data prefix with non-generic components stripped.