@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/2222") public interface InternalNotifyOnServerBuild
ServerBuilder
is that this method will be called on all registered services implementing
the interface after build() has been called and before the Server
instance is returned.Modifier and Type | Method and Description |
---|---|
void |
notifyOnBuild(Server server)
Notifies the service that the server has been built.
|
void notifyOnBuild(Server server)