toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service
/
ServiceInstanceRegistry
/
TopologyUpdate
Topology
Update
class
TopologyUpdate
:
Serializable
Members
Constructors
Topology
Update
Link copied to clipboard
constructor
(
)
Properties
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
Functions
added
Service
Link copied to clipboard
fun
addedService
(
service
:
String
,
instance
:
ServiceInstance
?
)
added
Services
Link copied to clipboard
fun
addedServices
(
service
:
String
,
instances
:
List
<
ServiceInstance
>
)
deleted
Service
Link copied to clipboard
fun
deletedService
(
service
:
String
,
instance
:
ServiceInstance
?
)
deleted
Services
Link copied to clipboard
fun
deletedServices
(
service
:
String
,
instances
:
List
<
ServiceInstance
>
)
get
Added
Instances
Link copied to clipboard
fun
getAddedInstances
(
)
:
Map
<
String
,
List
<
ServiceInstance
>
>
fun
getAddedInstances
(
service
:
String
)
:
MutableList
<
ServiceInstance
>
get
Added
Services
Link copied to clipboard
fun
getAddedServices
(
)
:
List
<
String
>
get
Deleted
Instances
Link copied to clipboard
fun
getDeletedInstances
(
)
:
Map
<
String
,
List
<
ServiceInstance
>
>
fun
getDeletedInstances
(
service
:
String
)
:
MutableList
<
ServiceInstance
>
get
Deleted
Services
Link copied to clipboard
fun
getDeletedServices
(
)
:
List
<
String
>
involves
Service
Link copied to clipboard
fun
involvesService
(
service
:
String
)
:
Boolean
is
Deleted
Link copied to clipboard
fun
isDeleted
(
instance
:
ServiceInstance
?
)
:
Boolean