This function will be called after the serialized channel is sent back as a response, allowing for any final actions that need to happen.
The notification channel that is completed.
Determines which modes are required to allow the given notification channel.
The notification channel to verify.
The required modes.
Returns the SubscriptionService that describes how to subscribe to this channel type.
Validate and convert the input quads into a NotificationChannel.
The input quads.
The credentials of the agent doing the request.
Converts a NotificationChannel to a serialized JSON-LD representation.
The notification channel to serialize.
A specific channel type as defined at https://solidproject.org/TR/2022/notifications-protocol-20221231#notification-channel-types.
All functions that take a NotificationChannel as input only need to support channels generated by an
initChannel
on the same class.