|
GRPC C++
1.32.0
|
An interface that the application derives and uses to instantiate a TlsCredentialReloadConfig instance. More...
#include <tls_credentials_options.h>
Public Member Functions | |
| virtual | ~TlsCredentialReloadInterface ()=default |
| virtual int | Schedule (TlsCredentialReloadArg *arg)=0 |
| A callback that invokes the credential reload. More... | |
| virtual void | Cancel (TlsCredentialReloadArg *) |
| A callback that cancels a credential reload request. More... | |
An interface that the application derives and uses to instantiate a TlsCredentialReloadConfig instance.
Refer to the definition of the grpc_tls_credential_reload_config in grpc_tls_credentials_options.h for more details on the expectations of the member functions of the interface.
|
virtualdefault |
|
inlinevirtual |
A callback that cancels a credential reload request.
|
pure virtual |
A callback that invokes the credential reload.
1.8.17