toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service.channel
/
AbstractChannel
/
URIProvider
URIProvider
abstract
class
URIProvider
(
var
address
:
ServiceAddress
)
Base class for providers based on a
ServiceAddress
Inheritors
FirstMatchURIProvider
RoundRobinURIProvider
Members
Constructors
URIProvider
Link copied to clipboard
constructor
(
address
:
ServiceAddress
)
Properties
address
Link copied to clipboard
var
address
:
ServiceAddress
the
ServiceAddress
Functions
provide
Link copied to clipboard
abstract
fun
provide
(
)
:
URI
update
Link copied to clipboard
open
fun
update
(
newAddress
:
ServiceAddress
)