Federation.setFollowersDispatcher(dispatcher: CollectionDispatcher<Recipient, Context<TContextData>, TContextData, URL>,): CollectionCallbackSetters<Context<TContextData>, TContextData, URL>
Registers a followers collection dispatcher.
The URI path pattern for the followers collection. The syntax
is based on URI Template
(RFC 6570). The path
must have one variable: {identifier}
.
dispatcher: CollectionDispatcher<Recipient, Context<TContextData>, TContextData, URL>
A followers collection callback to register.
CollectionCallbackSetters<Context<TContextData>, TContextData, URL>
An object with methods to set other followers collection callbacks.