Package io.grpc.xds.internal.security
Interface ReferenceCountingMap.ValueFactory<K,V extends Closeable>
-
- All Known Implementing Classes:
CertificateProviderStore.CertProviderFactory,ClientSslContextProviderFactory,ServerSslContextProviderFactory
- Enclosing class:
- ReferenceCountingMap<K,V extends Closeable>
public static interface ReferenceCountingMap.ValueFactory<K,V extends Closeable>A factory to create a value from the given key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vcreate(K key)
-