Interface | Description |
---|---|
ApplicationProxy |
Proxy service to remote RPC-like API.
|
CrudProxy |
Proxy service to remote CRUD REST-like API.
|
DomainProxy |
Proxy service to remote REST-like API for basic domain operations
such as searching, counting and event sourcing.
|
ReportingProxy |
Proxy service to reporting operations such as document generation,
report population and history lookup.
|
StandardProxy |
Proxy service to various domain operations such as bulk persistence,
data analysis and remote service calls.
|
Class | Description |
---|---|
Bootstrap |
DSL client Java initialization.
|
ClientPersistableRepository<T extends AggregateRoot> |
Common base implementation for
persistable repository . |
ClientRepository<T extends Identifiable> |
Common base implementation for
repository . |
ClientSearchableRepository<T extends Searchable> |
Common base implementation for
searchable repository . |
GenericSearchBuilder<T extends Searchable> |
In case when specification is not defined on the server,
client side generic search builder can be used.
|
ProjectSettings |
Project.ini key->value pairs
|