WebSub recommendation, which facilitates a push-based content delivery/notification mechanism between publishers and subscribers. "> API Docs - Record : HubConfiguration

Record - websub : HubConfiguration

Record representing hub specific configurations.

Fields

  • leaseSeconds int (default 86400)
  • The default lease seconds value to honour if not specified in subscription requests

  • signatureMethod SignatureMethod (default SHA256)
  • The signature method to use for authenticated content delivery (SHA1|SHA256)

  • remotePublish RemotePublishConfig
  • The record representing configuration related to remote publishing allowance

  • topicRegistrationRequired boolean (default true)
  • Whether a topic needs to be registered at the hub prior to publishing/subscribing to the topic

  • clientConfig ClientConfiguration
  • The configuration for the hub to communicate with remote HTTP endpoints