@FunctionalInterface public interface RequestTimeoutChangeListener
Note: This interface is meant for internal use by server-side protocol implementation to reschedule a timeout task when a user updates the request timeout configuration.
| Modifier and Type | Method and Description |
|---|---|
void |
onRequestTimeoutChange(long newRequestTimeoutMillis)
Invoked when the request timeout of the current request has been changed.
|
Copyright © 2020 LeanCloud. All rights reserved.