Package io.grpc.internal
Interface MetadataApplierImpl.MetadataApplierListener
- Enclosing class:
MetadataApplierImpl
public static interface MetadataApplierImpl.MetadataApplierListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notify that the metadata has been successfully applied, or failed.
-
Method Details
-
onComplete
void onComplete()Notify that the metadata has been successfully applied, or failed.
-