Uses of Class
io.vertx.grpc.event.v1alpha.UnsubscribeOp
Packages that use UnsubscribeOp
-
Uses of UnsubscribeOp in io.vertx.grpc.event.v1alpha
Fields in io.vertx.grpc.event.v1alpha with type parameters of type UnsubscribeOpModifier and TypeFieldDescriptionstatic final ServiceMethod<com.google.protobuf.Empty, UnsubscribeOp> EventBusBridgeGrpcClient.UnsubscribeUnsubscribe protobuf RPC client service method.static final ServiceMethod<UnsubscribeOp, com.google.protobuf.Empty> EventBusBridgeGrpcService.UnsubscribeUnsubscribe protobuf RPC server service method.Methods in io.vertx.grpc.event.v1alpha that return UnsubscribeOpModifier and TypeMethodDescriptionUnsubscribeOp.Builder.build()UnsubscribeOp.Builder.buildPartial()static UnsubscribeOpUnsubscribeOp.getDefaultInstance()UnsubscribeOp.Builder.getDefaultInstanceForType()UnsubscribeOp.getDefaultInstanceForType()static UnsubscribeOpUnsubscribeOp.parseDelimitedFrom(InputStream input) static UnsubscribeOpUnsubscribeOp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnsubscribeOpUnsubscribeOp.parseFrom(byte[] data) static UnsubscribeOpUnsubscribeOp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnsubscribeOpUnsubscribeOp.parseFrom(com.google.protobuf.ByteString data) static UnsubscribeOpUnsubscribeOp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnsubscribeOpUnsubscribeOp.parseFrom(com.google.protobuf.CodedInputStream input) static UnsubscribeOpUnsubscribeOp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnsubscribeOpUnsubscribeOp.parseFrom(InputStream input) static UnsubscribeOpUnsubscribeOp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnsubscribeOpUnsubscribeOp.parseFrom(ByteBuffer data) static UnsubscribeOpUnsubscribeOp.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.vertx.grpc.event.v1alpha that return types with arguments of type UnsubscribeOpModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UnsubscribeOp> UnsubscribeOp.getParserForType()static com.google.protobuf.Parser<UnsubscribeOp> UnsubscribeOp.parser()Methods in io.vertx.grpc.event.v1alpha with parameters of type UnsubscribeOpModifier and TypeMethodDescriptionUnsubscribeOp.Builder.mergeFrom(UnsubscribeOp other) static UnsubscribeOp.BuilderUnsubscribeOp.newBuilder(UnsubscribeOp prototype) Future<com.google.protobuf.Empty> EventBusBridge.unsubscribe(UnsubscribeOp request) Future<com.google.protobuf.Empty> EventBusBridgeClient.unsubscribe(UnsubscribeOp request) Calls the Unsubscribe RPC service method.Future<com.google.protobuf.Empty> EventBusBridgeService.unsubscribe(UnsubscribeOp request) Override this method to implement the Unsubscribe RPC.protected voidEventBusBridgeService.unsubscribe(UnsubscribeOp request, Completable<com.google.protobuf.Empty> response)