public static interface ClientCall.Listener
void onStart(ClientCall call)
call - call implementationvoid onMessage(Object message)
message - message receivedvoid onClose(TriRpcStatus status, Map<String,Object> trailers)
status - response statustrailers - response trailersCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.