Interface ApiProxy.Delegate<E> (2.0.0)

public static interface ApiProxy.Delegate<E>

Type Parameter

Name Description
E

Methods

flushLogs(E arg0)

public abstract void flushLogs(E arg0)
Parameter
Name Description
arg0 E

getRequestThreads(E arg0)

public abstract List<Thread> getRequestThreads(E arg0)
Parameter
Name Description
arg0 E
Returns
Type Description
List<Thread>

log(E arg0, ApiProxy.LogRecord arg1)

public abstract void log(E arg0, ApiProxy.LogRecord arg1)
Parameters
Name Description
arg0 E
arg1 LogRecord

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
Name Description
arg0 E
arg1 String
arg2 String
arg3 byte[]
arg4 ApiConfig
Returns
Type Description
Future<byte[]>

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

public abstract byte[] makeSyncCall(E arg0, String arg1, String arg2, byte[] arg3)
Parameters
Name Description
arg0 E
arg1 String
arg2 String
arg3 byte[]
Returns
Type Description
byte[]