Interface | Description |
---|---|
BaseServiceImplementation.Action<T> |
Arbitrary action to run with a database connection.
|
Class | Description |
---|---|
BaseServiceImplementation |
Support for services which require a
ReviewDb instance. |
Handler<T> |
Base class for RPC service implementations.
|
RpcServletModule |
Binds
RemoteJsonService implementations to a JSON servlet. |
UiRpcModule |
Registers servlets to answer RPCs from client UI.
|
Exception | Description |
---|---|
BaseServiceImplementation.Failure |
Exception whose cause is passed into onFailure.
|