Searched refs:InternalNotifyOnServerBuild (Results 1 – 3 of 3) sorted by relevance
32 import io.grpc.InternalNotifyOnServerBuild;89 private final List<InternalNotifyOnServerBuild> notifyOnBuildList =143 if (bindableService instanceof InternalNotifyOnServerBuild) { in addService()144 notifyOnBuildList.add((InternalNotifyOnServerBuild) bindableService); in addService()255 for (InternalNotifyOnServerBuild notifyTarget : notifyOnBuildList) { in build()
25 public interface InternalNotifyOnServerBuild { interface
29 import io.grpc.InternalNotifyOnServerBuild;65 implements InternalNotifyOnServerBuild {