| Package | Description |
|---|---|
| io.apiman.gateway.engine.async |
| Modifier and Type | Method and Description |
|---|---|
static <T> AsyncResultImpl<T> |
AsyncResultImpl.create(T result)
Convenience method for creating an async result.
|
static <T> AsyncResultImpl<T> |
AsyncResultImpl.create(Throwable t)
Convenience method for creating an async result.
|
static <T> AsyncResultImpl<T> |
AsyncResultImpl.create(Throwable t,
Class<T> type)
Convenience method for creating an async result.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.