toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service.channel
/
AbstractChannel
/
RoundRobinURIProvider
Round
Robin
URIProvider
class
RoundRobinURIProvider
(
var
address
:
ServiceAddress
)
:
AbstractChannel.URIProvider
provider that will iterate over all uris of the address
Parameters
address
the
ServiceAddress
Members
Constructors
Round
Robin
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
open
override
fun
provide
(
)
:
URI
update
Link copied to clipboard
open
override
fun
update
(
newAddress
:
ServiceAddress
)