Uses of Class
io.atomix.api.runtime.value.v1.WatchResponse
Packages that use WatchResponse
-
Uses of WatchResponse in io.atomix.api.runtime.value.v1
Methods in io.atomix.api.runtime.value.v1 that return WatchResponseModifier and TypeMethodDescriptionWatchResponse.Builder.build()WatchResponse.Builder.buildPartial()static WatchResponseWatchResponse.getDefaultInstance()WatchResponse.Builder.getDefaultInstanceForType()WatchResponse.getDefaultInstanceForType()static WatchResponseWatchResponse.parseDelimitedFrom(InputStream input) static WatchResponseWatchResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchResponseWatchResponse.parseFrom(byte[] data) static WatchResponseWatchResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchResponseWatchResponse.parseFrom(com.google.protobuf.ByteString data) static WatchResponseWatchResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchResponseWatchResponse.parseFrom(com.google.protobuf.CodedInputStream input) static WatchResponseWatchResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchResponseWatchResponse.parseFrom(InputStream input) static WatchResponseWatchResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WatchResponseWatchResponse.parseFrom(ByteBuffer data) static WatchResponseWatchResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.value.v1 that return types with arguments of type WatchResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<WatchResponse>WatchResponse.getParserForType()static io.grpc.MethodDescriptor<WatchRequest,WatchResponse> ValueGrpc.getWatchMethod()static com.google.protobuf.Parser<WatchResponse>WatchResponse.parser()ValueGrpc.ValueBlockingStub.watch(WatchRequest request) Watch watches the valueMethods in io.atomix.api.runtime.value.v1 with parameters of type WatchResponseModifier and TypeMethodDescriptionWatchResponse.Builder.mergeFrom(WatchResponse other) static WatchResponse.BuilderWatchResponse.newBuilder(WatchResponse prototype) Method parameters in io.atomix.api.runtime.value.v1 with type arguments of type WatchResponseModifier and TypeMethodDescriptionvoidValueGrpc.ValueImplBase.watch(WatchRequest request, io.grpc.stub.StreamObserver<WatchResponse> responseObserver) Watch watches the valuevoidValueGrpc.ValueStub.watch(WatchRequest request, io.grpc.stub.StreamObserver<WatchResponse> responseObserver) Watch watches the value