Class OpenConfigTelemetryGrpc
- java.lang.Object
-
- org.opennms.features.openconfig.proto.jti.OpenConfigTelemetryGrpc
-
@Generated(value="by gRPC proto compiler (version 1.24.0)", comments="Source: telemetry.proto") public final class OpenConfigTelemetryGrpc extends Object
Interface exported by Agent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenConfigTelemetryGrpc.OpenConfigTelemetryBlockingStub
Interface exported by Agentstatic class
OpenConfigTelemetryGrpc.OpenConfigTelemetryFutureStub
Interface exported by Agentstatic class
OpenConfigTelemetryGrpc.OpenConfigTelemetryImplBase
Interface exported by Agentstatic class
OpenConfigTelemetryGrpc.OpenConfigTelemetryStub
Interface exported by Agent
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTelemetrySubscribeMethod
public static io.grpc.MethodDescriptor<Telemetry.SubscriptionRequest,Telemetry.OpenConfigData> getTelemetrySubscribeMethod()
-
getCancelTelemetrySubscriptionMethod
public static io.grpc.MethodDescriptor<Telemetry.CancelSubscriptionRequest,Telemetry.CancelSubscriptionReply> getCancelTelemetrySubscriptionMethod()
-
getGetTelemetrySubscriptionsMethod
public static io.grpc.MethodDescriptor<Telemetry.GetSubscriptionsRequest,Telemetry.GetSubscriptionsReply> getGetTelemetrySubscriptionsMethod()
-
getGetTelemetryOperationalStateMethod
public static io.grpc.MethodDescriptor<Telemetry.GetOperationalStateRequest,Telemetry.GetOperationalStateReply> getGetTelemetryOperationalStateMethod()
-
getGetDataEncodingsMethod
public static io.grpc.MethodDescriptor<Telemetry.DataEncodingRequest,Telemetry.DataEncodingReply> getGetDataEncodingsMethod()
-
newStub
public static OpenConfigTelemetryGrpc.OpenConfigTelemetryStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static OpenConfigTelemetryGrpc.OpenConfigTelemetryBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static OpenConfigTelemetryGrpc.OpenConfigTelemetryFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-