Package io.grpc
Interface InternalNotifyOnServerBuild
-
@Internal public interface InternalNotifyOnServerBuild
Provides a callback method for a service to receive a reference to its server. The contract withServerBuilderis that this method will be called on all registered services implementing the interface after build() has been called and before theServerinstance is returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyOnBuild(Server server)Notifies the service that the server has been built.
-
-
-
Method Detail
-
notifyOnBuild
void notifyOnBuild(Server server)
Notifies the service that the server has been built.
-
-