Interface ApiProxy.Delegate<E> (2.0.0)

public static interface ApiProxy.Delegate<E>

Type Parameter

NameDescription
E

Methods

flushLogs(E arg0)

public abstract void flushLogs(E arg0)
Parameter
NameDescription
arg0E

getRequestThreads(E arg0)

public abstract List<Thread> getRequestThreads(E arg0)
Parameter
NameDescription
arg0E
Returns
TypeDescription
List<Thread>

log(E arg0, ApiProxy.LogRecord arg1)

public abstract void log(E arg0, ApiProxy.LogRecord arg1)
Parameters
NameDescription
arg0E
arg1LogRecord

makeAsyncCall(E arg0, String arg1, String arg2, byte[] arg3, ApiProxy.ApiConfig arg4)

public abstract Future<byte[]> makeAsyncCall(E arg0, String arg1, String arg2, byte[] arg3, ApiProxy.ApiConfig arg4)
Parameters
NameDescription
arg0E
arg1String
arg2String
arg3byte[]
arg4ApiConfig
Returns
TypeDescription
Future<byte[]>

makeSyncCall(E arg0, String arg1, String arg2, byte[] arg3)

public abstract byte[] makeSyncCall(E arg0, String arg1, String arg2, byte[] arg3)
Parameters
NameDescription
arg0E
arg1String
arg2String
arg3byte[]
Returns
TypeDescription
byte[]