public final class InvokeRequest extends Object
| Constructor and Description |
|---|
InvokeRequest(MethodMetadata method,
Address address,
Map<String,String> headers,
List<Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
Map<String,String> |
getHeaders() |
MethodMetadata |
getMethod() |
List<Object> |
getParameters() |
String |
toString() |
Copyright © 2012–2023. All rights reserved.