JSR

Type Parameters

The context data to pass to the Context.

Methods

Registers a NodeInfo dispatcher.

Registers a links dispatcher to WebFinger

Registers an actor dispatcher.

Registers an object dispatcher.

Registers an object dispatcher.

Registers an object dispatcher.

Registers an object dispatcher.

Registers an object dispatcher.

Registers an object dispatcher.

Registers an inbox dispatcher.

Registers an outbox dispatcher.

Assigns the URL path for the outbox and starts setting outbox listeners.

Registers a following collection dispatcher.

Registers a followers collection dispatcher.

Registers a liked collection dispatcher.

Registers a featured collection dispatcher.

Assigns the URL path for the inbox and starts setting inbox listeners.

Registers a collection of objects dispatcher.

Registers a collection of objects dispatcher.

Registers a collection of objects dispatcher.

Registers an ordered collection of objects dispatcher.

Registers an ordered collection of objects dispatcher.

Registers an ordered collection of objects dispatcher.

Registers a handler for permanent delivery failures.

This handler is called when an inbox returns an HTTP status code that indicates permanent failure (410 Gone, 404 Not Found, etc.), allowing the application to clean up followers that are no longer reachable.

Unlike onOutboxError, which is called for every delivery failure (including retries), this handler is called only once for permanent failures, after which delivery is not retried.

Read the original on jsr.io ↗