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 Classes Modifier and Type Class Description classGrpcServices.MethodAndPrototypeclassGrpcServices.ServiceDefinitionAndStatus-
Nested 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
Fields Modifier and Type Field Description (package private) GrpcConfigurationconfiguration(package private) GrpcHealthStoragehealthStorage
-
Constructor Summary
Constructors Constructor Description GrpcServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,GrpcServices.ServiceDefinitionAndStatus>>entrySet()List<GrpcServices.ServiceDefinitionAndStatus>getInfos()-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
configuration
@Inject GrpcConfiguration configuration
-
healthStorage
@Inject GrpcHealthStorage healthStorage
-
-
Method Detail
-
getInfos
public List<GrpcServices.ServiceDefinitionAndStatus> getInfos()
-
entrySet
public Set<Map.Entry<String,GrpcServices.ServiceDefinitionAndStatus>> entrySet()
- Specified by:
entrySetin interfaceMap<String,GrpcServices.ServiceDefinitionAndStatus>- Specified by:
entrySetin classAbstractMap<String,GrpcServices.ServiceDefinitionAndStatus>
-
-