Package io.quarkus.grpc.runtime.devmode
Class GrpcServices
java.lang.Object
java.util.AbstractMap<String,GrpcServices.ServiceDefinitionAndStatus>
io.quarkus.grpc.runtime.devmode.GrpcServices
- All Implemented Interfaces:
Map<String,GrpcServices.ServiceDefinitionAndStatus>
@Singleton
public class GrpcServices
extends AbstractMap<String,GrpcServices.ServiceDefinitionAndStatus>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
FieldsModifier and TypeFieldDescription(package private) GrpcConfiguration(package private) DelegatingGrpcBeansStorage(package private) GrpcHealthStorage -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
configuration
-
healthStorage
-
delegatingBeansMapping
-
-
Constructor Details
-
GrpcServices
public GrpcServices()
-
-
Method Details
-
getInfos
-
entrySet
- Specified by:
entrySetin interfaceMap<String,GrpcServices.ServiceDefinitionAndStatus> - Specified by:
entrySetin classAbstractMap<String,GrpcServices.ServiceDefinitionAndStatus>
-