Uses of Class
org.yamcs.protobuf.LinkEvent
-
Packages that use LinkEvent Package Description org.yamcs.protobuf -
-
Uses of LinkEvent in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type LinkEvent Modifier and Type Field Description static com.google.protobuf.Parser<LinkEvent>LinkEvent. PARSERDeprecated.Methods in org.yamcs.protobuf that return LinkEvent Modifier and Type Method Description LinkEventLinkEvent.Builder. build()LinkEventLinkEvent.Builder. buildPartial()static LinkEventLinkEvent. getDefaultInstance()LinkEventLinkEvent.Builder. getDefaultInstanceForType()LinkEventLinkEvent. getDefaultInstanceForType()static LinkEventLinkEvent. parseDelimitedFrom(InputStream input)static LinkEventLinkEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkEventLinkEvent. parseFrom(byte[] data)static LinkEventLinkEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkEventLinkEvent. parseFrom(com.google.protobuf.ByteString data)static LinkEventLinkEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkEventLinkEvent. parseFrom(com.google.protobuf.CodedInputStream input)static LinkEventLinkEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkEventLinkEvent. parseFrom(InputStream input)static LinkEventLinkEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkEventLinkEvent. parseFrom(ByteBuffer data)static LinkEventLinkEvent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type LinkEvent Modifier and Type Method Description com.google.protobuf.Parser<LinkEvent>LinkEvent. getParserForType()static com.google.protobuf.Parser<LinkEvent>LinkEvent. parser()Methods in org.yamcs.protobuf with parameters of type LinkEvent Modifier and Type Method Description LinkEvent.BuilderLinkEvent.Builder. mergeFrom(LinkEvent other)static LinkEvent.BuilderLinkEvent. newBuilder(LinkEvent prototype)Method parameters in org.yamcs.protobuf with type arguments of type LinkEvent Modifier and Type Method Description abstract voidAbstractManagementApi. subscribeLinks(T ctx, SubscribeLinksRequest request, Observer<LinkEvent> observer)Receive link updatesvoidManagementApiClient. subscribeLinks(Void ctx, SubscribeLinksRequest request, Observer<LinkEvent> observer)Receive link updates
-