| Package | Description |
|---|---|
| io.scalecube.services | |
| io.scalecube.services.registry.api | |
| io.scalecube.services.routing | |
| io.scalecube.services.transport.api |
| Modifier and Type | Method and Description |
|---|---|
Collection<ServiceReference> |
ServiceEndpoint.serviceReferences()
Creates collection of service references from
serviceRegistrations. |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceReference> |
ServiceRegistry.listServiceReferences() |
List<ServiceReference> |
ServiceRegistry.lookupService(ServiceMessage request) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ServiceReference> |
Router.route(ServiceRegistry serviceRegistry,
ServiceMessage request)
Returns suitable service references for a given request message.
|
| Modifier and Type | Method and Description |
|---|---|
ClientChannel |
ClientTransport.create(ServiceReference serviceReference)
Creates
ClientChannel ready for communication with remote service endpoint. |
Copyright © 2015–2021. All rights reserved.