Record: SubscriberServiceConfiguration
Configuration for a WebSubSubscriber service.
Closed record
Fields
- target string | [string, string]?
- leaseSeconds int?
- callback string?
- secret string?
- appendServiceUrl boolean(default false)
- httpConfig ClientConfiguration?
- discoveryConfig record {| string|string[] accept?; string|string[] acceptLanguage?; http:ClientConfiguration httpConfig?; |} ?
The string
resource URL for which discovery will be initiated to identify the hub and topic,
or a tuple [hub, topic]
representing a discovered hub and a topic
The period for which the subscription is expected to be active
The callback URL for subscriber-service
The secret to be used for authenticated content distribution
This flag notifies whether or not to append service-path to callback-url
The configuration for the hub client used to interact with the discovered/specified hub
HTTP client configurations for resource discovery