| Interface | Description |
|---|---|
| AdditionalRouter | |
| HeaderServiceCall<Request,Response> |
A service call that can handle headers.
|
| LagomServiceRouter |
A Lagom service router.
|
| PlayServiceCall<Request,Response> |
A service call implementation that allows plugging directly into Play's request handling.
|
| ServerServiceCall<Request,Response> |
A server implementation of a service call.
|
| ServiceGuiceSupport |
Lagom service implementations must create one implementation of this interface and use it to bind
Service implementations.
|
| Class | Description |
|---|---|
| AdditionalRouter$ | |
| ClassBased<R extends play.api.routing.Router> | |
| ClassBased$ | |
| InstanceBased | |
| InstanceBased$ | |
| ServiceGuiceSupport.ClassServiceBinding<T> | |
| ServiceGuiceSupport.InstanceServiceBinding<T> | |
| ServiceGuiceSupport.LagomServiceBuilder | |
| ServiceGuiceSupport.ServiceBinding<T> |