MCPcopy Create free account
hub / github.com/codezjx/AndLinker / execute

Method execute

andlinker/src/main/java/com/codezjx/andlinker/Call.java:11–11  ·  view source on GitHub ↗

Synchronously send the request and return its response.

()

Source from the content-addressed store, hash-verified

9 * Synchronously send the request and return its response.
10 */
11 T execute();
12
13 /**
14 * Asynchronously send the request and notify when response return.

Callers 8

executeInternalMethod · 0.65
enqueueMethod · 0.65
adaptMethod · 0.65
executeMethod · 0.65
onResponseMethod · 0.65
onFailureMethod · 0.65
callMethod · 0.65
subscribeActualMethod · 0.65

Implementers 2

RemoteCallandlinker/src/main/java/com/codezjx/an
ExecutorCallbackCallandlinker/src/main/java/com/codezjx/an

Calls

no outgoing calls

Tested by

no test coverage detected