Class ReadvertiseDestination<State>Abstract
Constructorsconstructor new ReadvertiseDestination < State extends {} = {} > ( retryOptions ?: OperationOptions , ) : ReadvertiseDestination < State > Parameters retryOptions : OperationOptions = ... PropertiesProtected
closed closed : boolean = false
Methodsadvertise advertise ( name : Name ) : void Returns void disable disable () : void Returns void Protected
Abstract
do Advertise doAdvertise ( name : Name , state : State ) : Promise < void > Returns Promise < void > Protected
Abstract
do Withdraw doWithdraw ( name : Name , state : State ) : Promise < void > Returns Promise < void > Protected
list Announcement Objs withdraw withdraw ( name : Name ) : void Returns void
A destination of prefix advertisement.
Remarks
Generally, a prefix advertised to a destination would cause Interests matching the prefix to come to the local logical forwarder, aka prefix registration.