public final class ServiceEndpoints
extends java.lang.Object
See ServiceEndpointsBuilder
for more details on these properties.
Constructor and Description |
---|
ServiceEndpoints(java.net.URI streamingBaseUri,
java.net.URI pollingBaseUri,
java.net.URI eventsBaseUri)
Used internally by the SDK to store service endpoints.
|
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getEventsBaseUri()
The base URI for the events service.
|
java.net.URI |
getPollingBaseUri()
The base URI for the polling service.
|
java.net.URI |
getStreamingBaseUri()
The base URI for the streaming service.
|
public ServiceEndpoints(java.net.URI streamingBaseUri, java.net.URI pollingBaseUri, java.net.URI eventsBaseUri)
streamingBaseUri
- the base URI for the streaming servicepollingBaseUri
- the base URI for the polling serviceeventsBaseUri
- the base URI for the events servicepublic java.net.URI getStreamingBaseUri()
public java.net.URI getPollingBaseUri()
public java.net.URI getEventsBaseUri()