Uses of Class
io.vertx.grpc.event.v1alpha.PublishOp
Packages that use PublishOp
-
Uses of PublishOp in io.vertx.grpc.event.v1alpha
Fields in io.vertx.grpc.event.v1alpha with type parameters of type PublishOpModifier and TypeFieldDescriptionstatic final ServiceMethod<com.google.protobuf.Empty, PublishOp> EventBusBridgeGrpcClient.PublishPublish protobuf RPC client service method.static final ServiceMethod<PublishOp, com.google.protobuf.Empty> EventBusBridgeGrpcService.PublishPublish protobuf RPC server service method.Methods in io.vertx.grpc.event.v1alpha that return PublishOpModifier and TypeMethodDescriptionPublishOp.Builder.build()PublishOp.Builder.buildPartial()static PublishOpPublishOp.getDefaultInstance()PublishOp.Builder.getDefaultInstanceForType()PublishOp.getDefaultInstanceForType()static PublishOpPublishOp.parseDelimitedFrom(InputStream input) static PublishOpPublishOp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishOpPublishOp.parseFrom(byte[] data) static PublishOpPublishOp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishOpPublishOp.parseFrom(com.google.protobuf.ByteString data) static PublishOpPublishOp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishOpPublishOp.parseFrom(com.google.protobuf.CodedInputStream input) static PublishOpPublishOp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishOpPublishOp.parseFrom(InputStream input) static PublishOpPublishOp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PublishOpPublishOp.parseFrom(ByteBuffer data) static PublishOpPublishOp.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.vertx.grpc.event.v1alpha that return types with arguments of type PublishOpModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PublishOp> PublishOp.getParserForType()static com.google.protobuf.Parser<PublishOp> PublishOp.parser()Methods in io.vertx.grpc.event.v1alpha with parameters of type PublishOpModifier and TypeMethodDescriptionstatic PublishOp.BuilderPublishOp.newBuilder(PublishOp prototype) Future<com.google.protobuf.Empty> Future<com.google.protobuf.Empty> Calls the Publish RPC service method.Future<com.google.protobuf.Empty> Override this method to implement the Publish RPC.protected voidEventBusBridgeService.publish(PublishOp request, Completable<com.google.protobuf.Empty> response)