Record - websub : SubscriberServiceConfiguration

Configuration for a WebSubSubscriber service.

Fields

  • endpoints Listener[] []
  • Array of endpoints the service would be attached to

  • path string
  • Path of the WebSubSubscriber service

  • subscribeOnStartUp boolean false
  • Boolean indicating whether a subscription request is expected to be sent on start up

  • resourceUrl string
  • The resource URL for which discovery will be initiated to identify hub and topic if not specified

  • hub string
  • The hub at which the subscription should be registered

  • topic string
  • The topic for which this WebSub subscriber (callback) should be registered

  • leaseSeconds int 0
  • The period for which the subscription is expected to be active

  • secret string
  • The secret to be used for authenticated content distribution

  • callback string
  • The callback to use when registering, if unspecified host:port/path will be used