Uses of Interface
org.opennms.plugins.cloud.srv.GrpcService
-
Packages that use GrpcService Package Description org.opennms.plugins.cloud.config org.opennms.plugins.cloud.srv.faas org.opennms.plugins.cloud.srv.tsaas -
-
Uses of GrpcService in org.opennms.plugins.cloud.config
Constructor parameters in org.opennms.plugins.cloud.config with type arguments of type GrpcService Constructor Description ConfigurationManager(ConfigStore config, GrpcConnectionConfig pasConfigTls, GrpcConnectionConfig pasConfigMtls, RegistrationManager serviceManager, org.opennms.integration.api.v1.runtime.RuntimeInfo runtimeInfo, java.util.List<GrpcService> grpcServices) -
Uses of GrpcService in org.opennms.plugins.cloud.srv.faas
Classes in org.opennms.plugins.cloud.srv.faas that implement GrpcService Modifier and Type Class Description classFaas -
Uses of GrpcService in org.opennms.plugins.cloud.srv.tsaas
Classes in org.opennms.plugins.cloud.srv.tsaas that implement GrpcService Modifier and Type Class Description classTsaasStorageThe OpenNMS Time series as-a-service storage plugin implementation.
-