Home
last modified time | relevance | path

Searched refs:notifyOnBuildList (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractServerImplBuilder.java89 private final List<InternalNotifyOnServerBuild> notifyOnBuildList = field in AbstractServerImplBuilder
144 notifyOnBuildList.add((InternalNotifyOnServerBuild) bindableService); in addService()
255 for (InternalNotifyOnServerBuild notifyTarget : notifyOnBuildList) { in build()