toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service
/
ServiceAddress
Service
Address
data
class
ServiceAddress
(
var
component
:
String
,
var
channel
:
String
,
var
serviceInstances
:
List
<
ServiceInstance
>
)
A
ServiceAddress
is a resolved
ChannelAddress
Members
Constructors
Service
Address
Link copied to clipboard
constructor
(
component
:
String
,
channel
:
String
,
serviceInstances
:
List
<
ServiceInstance
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
channel
Link copied to clipboard
var
channel
:
String
component
Link copied to clipboard
var
component
:
String
service
Instances
Link copied to clipboard
var
serviceInstances
:
List
<
ServiceInstance
>
uri
Link copied to clipboard
val
uri
:
List
<
URI
>
Functions
changed
Link copied to clipboard
fun
changed
(
address
:
ServiceAddress
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String