public static class EntityManagementUtils.CreationResult<T,U>
extends java.lang.Object
| Constructor and Description | 
|---|
EntityManagementUtils.CreationResult(T thing,
                                    Task<U> task)  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityManagementUtils.CreationResult<T,U> | 
blockUntilComplete()  | 
EntityManagementUtils.CreationResult<T,U> | 
blockUntilComplete(Duration timeout)  | 
T | 
get()
returns the thing/things created 
 | 
Task<U> | 
task()
associated task, ie the one doing the creation/starting 
 | 
@Nullable public T get()
public EntityManagementUtils.CreationResult<T,U> blockUntilComplete(Duration timeout)
public EntityManagementUtils.CreationResult<T,U> blockUntilComplete()