| Package | Description |
|---|---|
| io.scalecube.services.discovery.api |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDiscoveryEvent |
ServiceDiscoveryEvent.newEndpointAdded(ServiceEndpoint serviceEndpoint) |
static ServiceDiscoveryEvent |
ServiceDiscoveryEvent.newEndpointLeaving(ServiceEndpoint serviceEndpoint) |
static ServiceDiscoveryEvent |
ServiceDiscoveryEvent.newEndpointRemoved(ServiceEndpoint serviceEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ServiceDiscoveryEvent> |
ServiceDiscoveryContext.listen()
Returns stream of service discovery events.
|
reactor.core.publisher.Flux<ServiceDiscoveryEvent> |
ServiceDiscovery.listen()
Function to subscribe and listen on stream of
ServiceDiscoveryEvent\s. |
Copyright © 2015–2021. All rights reserved.