MethodDispatcher Interface
public interface MethodDispatcher
This interface defines api to handle dispatches requests from the client to the interface/method of the remoted object.
Method Summary
Modifier and Type | Method and Description |
---|---|
void | dispatch(Object objectImplementation, int methodId, Object requestBody) |
CompletableFuture<Object> | dispatchAsync(Object objectImplementation, int methodId, Object requestBody, CancellationToken cancellationToken) |
int | getInterfaceId() |
String | getMethodName(int methodId) |
Method Details
dispatch
public void dispatch(Object objectImplementation, int methodId, Object requestBody)
Parameters:
objectImplementation
methodId
requestBody
dispatchAsync
public CompletableFuture
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java