Record: SubscriberServiceConfiguration
Configuration for a WebSubSubscriber service.
Closed record
Fields
- target string | [string, string]?
- leaseSeconds int?
- callback string?
- secret string?
- appendServicePath boolean(default false)
- unsubscribeOnShutdown boolean(default false)
- httpConfig ClientConfiguration?
- discoveryConfig record {| accept string | string[ ], acceptLanguage string | string[ ], httpConfig ClientConfiguration |}?
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
This flag notifies whether or not to initiate unsubscription when the service is shutting down
The configuration for the hub client used to interact with the discovered/specified hub
HTTP client configurations for resource discovery