Uses of Interface
org.opennms.features.openconfig.proto.gnmi.Gnmi.PollOrBuilder
-
Packages that use Gnmi.PollOrBuilder Package Description org.opennms.features.openconfig.proto.gnmi -
-
Uses of Gnmi.PollOrBuilder in org.opennms.features.openconfig.proto.gnmi
Classes in org.opennms.features.openconfig.proto.gnmi that implement Gnmi.PollOrBuilder Modifier and Type Class Description static class
Gnmi.Poll
Poll is sent within a SubscribeRequest to trigger the device to send telemetry updates for the paths that are associated with the subscription.static class
Gnmi.Poll.Builder
Poll is sent within a SubscribeRequest to trigger the device to send telemetry updates for the paths that are associated with the subscription.Methods in org.opennms.features.openconfig.proto.gnmi that return Gnmi.PollOrBuilder Modifier and Type Method Description Gnmi.PollOrBuilder
Gnmi.SubscribeRequest.Builder. getPollOrBuilder()
Trigger a polled update.Gnmi.PollOrBuilder
Gnmi.SubscribeRequest. getPollOrBuilder()
Trigger a polled update.Gnmi.PollOrBuilder
Gnmi.SubscribeRequestOrBuilder. getPollOrBuilder()
Trigger a polled update.
-