TopologyUpdate

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun addedService(service: String, instance: ServiceInstance?)
Link copied to clipboard
fun addedServices(service: String, instances: List<ServiceInstance>)
Link copied to clipboard
fun deletedService(service: String, instance: ServiceInstance?)
Link copied to clipboard
fun deletedServices(service: String, instances: List<ServiceInstance>)
Link copied to clipboard
fun getAddedInstances(): Map<String, List<ServiceInstance>>
fun getAddedInstances(service: String): MutableList<ServiceInstance>
Link copied to clipboard
Link copied to clipboard
fun getDeletedInstances(): Map<String, List<ServiceInstance>>
fun getDeletedInstances(service: String): MutableList<ServiceInstance>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun isDeleted(instance: ServiceInstance?): Boolean