| Interface | Description |
|---|---|
| Descriptor.ServiceCallHolder |
Holds the service call itself.
|
| Service |
A self describing service.
|
| ServiceCall<Request,Response> |
A service call for an entity.
|
| ServiceLocator |
Locates services.
|
| Class | Description |
|---|---|
| CircuitBreaker |
Circuit breaker descriptor.
|
| CircuitBreaker.CircuitBreakerId | |
| CircuitBreaker.NamedCircuitBreaker |
A named circuit breaker.
|
| ConfigurationServiceLocator |
A service locator that uses static configuration.
|
| Descriptor |
Describes a service.
|
| Descriptor.Call<Request,Response> |
Describes a service call.
|
| Descriptor.CallId |
The Call ID.
|
| Descriptor.NamedCallId |
A named call ID.
|
| Descriptor.PathCallId |
A path based call ID.
|
| Descriptor.RestCallId |
A REST call ID.
|
| ScalaService |
Support for implementing javadsl service calls with Scala.
|
| ScalaService$ |
Support for implementing javadsl service calls with Scala.
|
| ScalaServiceSupport | |
| ScalaServiceSupport.ScalaMethodCall<T> | |
| ScalaServiceSupport.ScalaMethodCall$ | |
| ScalaServiceSupport$ | |
| ServiceAcl | |
| ServiceInfo |
Information for this service.
|