public static interface XdsServerBuilder.XdsServingStatusListener
XdsServerBuilder.xdsServingStatusListener(XdsServingStatusListener).| Modifier and Type | Method and Description |
|---|---|
void |
onNotServing(Throwable throwable)
Callback invoked when server is forced to be "not serving" due to an error.
|
void |
onServing()
Callback invoked when server begins serving.
|
void onServing()
void onNotServing(Throwable throwable)
throwable - cause of the error