| Package | Description |
|---|---|
| de.caluga.morphium.async |
| Modifier and Type | Method and Description |
|---|---|
static AsyncOperationType |
AsyncOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncOperationType[] |
AsyncOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncOperationCallback.onOperationError(AsyncOperationType type,
Query<T> q,
long duration,
String error,
Throwable t,
T entity,
Object... param)
callback for insuccesfull operations
|
void |
AsyncOperationCallback.onOperationSucceeded(AsyncOperationType type,
Query<T> q,
long duration,
List<T> result,
T entity,
Object... param) |
Copyright © 2014. All Rights Reserved.