@FunctionalInterface public interface RequestLogListener extends EventListener
RequestLog meets the RequestLogAvailability specified with
RequestLog.addListener(RequestLogListener, RequestLogAvailability).| Modifier and Type | Method and Description |
|---|---|
default RequestLogListener |
andThen(RequestLogListener other)
Returns a composed listener that calls this listener first and then the specified one.
|
void |
onRequestLog(RequestLog log)
Invoked when
RequestLog meets the RequestLogAvailability specified with
RequestLog.addListener(RequestLogListener, RequestLogAvailability). |
void onRequestLog(RequestLog log) throws Exception
RequestLog meets the RequestLogAvailability specified with
RequestLog.addListener(RequestLogListener, RequestLogAvailability).Exceptiondefault RequestLogListener andThen(RequestLogListener other)
Copyright © 2020 LeanCloud. All rights reserved.