| Interface | Description |
|---|---|
| Descriptor.ServiceCallHolder |
Holds the service call itself.
|
| Descriptor.TopicHolder |
Holds the topic implementation.
|
| Service |
A Lagom service descriptor.
|
| 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 | Deprecated
use
ConfigurationServiceLocator instead. |
| 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.Properties<Message> |
Holds a map of properties.
|
| Descriptor.Properties.Property<Message,T> |
A property.
|
| Descriptor.RestCallId |
A REST call ID.
|
| Descriptor.TopicCall<Message> |
Describes a topic call.
|
| 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 |
Public information for this service.
|
| Exception | Description |
|---|---|
| IllegalMessageTypeException |
Exception thrown when a message type is illegal.
|
| IllegalPathParameterException |