Client: DiscoveryService
Represents resource-discovery service which identify the hub
and topic
from resource-URL
.
Constructor
Invoked during the initialization of a websub:DiscoveryService
init (string discoveryUrl, ClientConfiguration? publisherClientConfig)
- discoveryUrl string
- publisherClientConfig ClientConfiguration?
{@code http:ClientConfiguration} if present to be used to initialize underlying {@code http:Client}
Remote Methods
discoverResourceUrls | Discovers the hub and topic URLs defined by a resource URL. |