Notify

object Notify

Solid Notifications Protocol vocabulary constants. http://www.w3.org/ns/solid/notifications# Spec: https://solidproject.org/TR/notifications-protocol

Properties

Link copied to clipboard
const val ACCEPT: String

Accepted media types for notifications.

Link copied to clipboard
const val CHANNEL_TYPE: String

The channel type IRI.

Link copied to clipboard
const val END_AT: String

Stop sending notifications after this datetime (xsd:dateTime).

Link copied to clipboard
Link copied to clipboard

The last known ETag / state of the resource at time of notification.

Link copied to clipboard
Link copied to clipboard
const val NAMESPACE: String
Link copied to clipboard
const val RATE: String

Minimum duration between notifications (xsd:duration).

Link copied to clipboard
const val RECEIVE_FROM: String

Receive notifications from this endpoint (pull/SSE/WS pattern).

Link copied to clipboard
const val SEND_TO: String

Send notifications to this endpoint (push/webhook pattern).

Link copied to clipboard
const val START_AT: String

Start sending notifications after this datetime (xsd:dateTime).

Link copied to clipboard
const val STATE: String

Last known state of the resource (xsd:string).

Link copied to clipboard
Link copied to clipboard
const val SUBSCRIPTION: String

Storage advertises one or more subscription endpoints via this predicate.

Link copied to clipboard
const val TOPIC: String

The resource being subscribed to.

Link copied to clipboard
Link copied to clipboard