ServiceEndpoints class final

Specifies the base service URLs used by SDK components.

Constructors

ServiceEndpoints()
Construct a default set of service endpoints.
ServiceEndpoints.custom({String? polling, String? streaming, String? events})
Construct custom service endpoints.
ServiceEndpoints.relayProxy(dynamic url)
Construct service endpoints for use with relay proxy.

Properties

defaultEvents String
The default events endpoint.
no setter
defaultPolling String
The default polling endpoint.
no setter
defaultStreaming String
The default streaming endpoint.
no setter
events String
The base events url.
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
polling String
The base polling url.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streaming String
The base streaming url.
latefinalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited