| Package | Description |
|---|---|
| io.scalecube.services | |
| io.scalecube.services.discovery.api | |
| io.scalecube.services.registry.api |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
ServiceEndpoint.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceEndpoint.Builder |
ServiceEndpoint.from(ServiceEndpoint serviceEndpoint) |
| Constructor and Description |
|---|
ServiceReference(ServiceMethodDefinition serviceMethodDefinition,
ServiceRegistration serviceRegistration,
ServiceEndpoint serviceEndpoint)
Constructor for service reference.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
ServiceDiscoveryOptions.serviceEndpoint() |
ServiceEndpoint |
ServiceDiscoveryEvent.serviceEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
ServiceDiscovery |
ServiceDiscoveryFactory.createServiceDiscovery(ServiceEndpoint serviceEndpoint) |
static ServiceDiscoveryEvent |
ServiceDiscoveryEvent.newEndpointAdded(ServiceEndpoint serviceEndpoint) |
static ServiceDiscoveryEvent |
ServiceDiscoveryEvent.newEndpointLeaving(ServiceEndpoint serviceEndpoint) |
static ServiceDiscoveryEvent |
ServiceDiscoveryEvent.newEndpointRemoved(ServiceEndpoint serviceEndpoint) |
ServiceDiscoveryOptions |
ServiceDiscoveryOptions.serviceEndpoint(ServiceEndpoint serviceEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
ServiceRegistry.unregisterService(String endpointId) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceEndpoint> |
ServiceRegistry.listServiceEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceRegistry.registerService(ServiceEndpoint serviceEndpoint) |
Copyright © 2015–2021. All rights reserved.