public interface Invocation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Invocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
Response |
invoke() |
<T> T |
invoke(Class<T> responseType) |
<T> T |
invoke(GenericType<T> responseType) |
Invocation |
property(String name,
Object value) |
Future<Response> |
submit() |
<T> Future<T> |
submit(Class<T> responseType) |
<T> Future<T> |
submit(GenericType<T> responseType) |
<T> Future<T> |
submit(InvocationCallback<T> callback) |
Invocation property(String name, Object value)
Response invoke()
<T> T invoke(Class<T> responseType)
<T> T invoke(GenericType<T> responseType)
<T> Future<T> submit(GenericType<T> responseType)
<T> Future<T> submit(InvocationCallback<T> callback)
Copyright © 2018 The Apache Software Foundation. All rights reserved.