Uses of Class
io.vertx.grpc.event.v1alpha.SubscribeOp
Packages that use SubscribeOp
-
Uses of SubscribeOp in io.vertx.grpc.event.v1alpha
Fields in io.vertx.grpc.event.v1alpha with type parameters of type SubscribeOpModifier and TypeFieldDescriptionstatic final ServiceMethod<EventBusMessage, SubscribeOp> EventBusBridgeGrpcClient.SubscribeSubscribe protobuf RPC client service method.static final ServiceMethod<SubscribeOp, EventBusMessage> EventBusBridgeGrpcService.SubscribeSubscribe protobuf RPC server service method.Methods in io.vertx.grpc.event.v1alpha that return SubscribeOpModifier and TypeMethodDescriptionSubscribeOp.Builder.build()SubscribeOp.Builder.buildPartial()static SubscribeOpSubscribeOp.getDefaultInstance()SubscribeOp.Builder.getDefaultInstanceForType()SubscribeOp.getDefaultInstanceForType()static SubscribeOpSubscribeOp.parseDelimitedFrom(InputStream input) static SubscribeOpSubscribeOp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeOpSubscribeOp.parseFrom(byte[] data) static SubscribeOpSubscribeOp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeOpSubscribeOp.parseFrom(com.google.protobuf.ByteString data) static SubscribeOpSubscribeOp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeOpSubscribeOp.parseFrom(com.google.protobuf.CodedInputStream input) static SubscribeOpSubscribeOp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeOpSubscribeOp.parseFrom(InputStream input) static SubscribeOpSubscribeOp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeOpSubscribeOp.parseFrom(ByteBuffer data) static SubscribeOpSubscribeOp.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.vertx.grpc.event.v1alpha that return types with arguments of type SubscribeOpModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SubscribeOp> SubscribeOp.getParserForType()static com.google.protobuf.Parser<SubscribeOp> SubscribeOp.parser()Methods in io.vertx.grpc.event.v1alpha with parameters of type SubscribeOpModifier and TypeMethodDescriptionSubscribeOp.Builder.mergeFrom(SubscribeOp other) static SubscribeOp.BuilderSubscribeOp.newBuilder(SubscribeOp prototype) EventBusBridge.subscribe(SubscribeOp request) EventBusBridgeClient.subscribe(SubscribeOp request) Calls the Subscribe RPC service method.EventBusBridgeService.subscribe(SubscribeOp request) Override this method to implement the Subscribe RPC.protected voidEventBusBridgeService.subscribe(SubscribeOp request, WriteStream<EventBusMessage> response)