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

Properties

describe?: string

Description for debugging purpose.

Default Value

"repo"
endpoint?: Endpoint

Endpoint for communication.

Deprecated

Specify .pOpts.

fallback?: FallbackHandler

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

Remarks

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

Producer options.

Remarks

Prefix registration controller.

Default Value

Register each Data prefix with non-generic components stripped.