Package io.grpc.util

Class MutableHandlerRegistry

java.lang.Object
io.grpc.HandlerRegistry
io.grpc.util.MutableHandlerRegistry

@ThreadSafe public final class MutableHandlerRegistry extends HandlerRegistry
Default implementation of HandlerRegistry.

Uses ConcurrentHashMap to avoid service registration excessively blocking method lookup.