Interface EventBusBridgeClient
- All Superinterfaces:
EventBusBridge
- All Known Subinterfaces:
EventBusBridgeGrpcClient
A client for invoking the EventBusBridge gRPC service.
-
Method Summary
Modifier and TypeMethodDescriptionFuture<com.google.protobuf.Empty> ping(com.google.protobuf.Empty request) Calls the Ping RPC service method.Future<com.google.protobuf.Empty> Calls the Publish RPC service method.Calls the Request RPC service method.Future<com.google.protobuf.Empty> Calls the Send RPC service method.subscribe(SubscribeOp request) Calls the Subscribe RPC service method.Future<com.google.protobuf.Empty> unsubscribe(UnsubscribeOp request) Calls the Unsubscribe RPC service method.
-
Method Details
-
publish
Calls the Publish RPC service method.- Specified by:
publishin interfaceEventBusBridge- Parameters:
request- the io.vertx.grpc.event.v1alpha.PublishOp request message- Returns:
- a future of the com.google.protobuf.Empty response message
-
send
Calls the Send RPC service method.- Specified by:
sendin interfaceEventBusBridge- Parameters:
request- the io.vertx.grpc.event.v1alpha.SendOp request message- Returns:
- a future of the com.google.protobuf.Empty response message
-
request
Calls the Request RPC service method.- Specified by:
requestin interfaceEventBusBridge- Parameters:
request- the io.vertx.grpc.event.v1alpha.RequestOp request message- Returns:
- a future of the io.vertx.grpc.event.v1alpha.EventBusMessage response message
-
unsubscribe
Calls the Unsubscribe RPC service method.- Specified by:
unsubscribein interfaceEventBusBridge- Parameters:
request- the io.vertx.grpc.event.v1alpha.UnsubscribeOp request message- Returns:
- a future of the com.google.protobuf.Empty response message
-
ping
Calls the Ping RPC service method.- Specified by:
pingin interfaceEventBusBridge- Parameters:
request- the com.google.protobuf.Empty request message- Returns:
- a future of the com.google.protobuf.Empty response message
-
subscribe
Calls the Subscribe RPC service method.- Specified by:
subscribein interfaceEventBusBridge- Parameters:
request- the io.vertx.grpc.event.v1alpha.SubscribeOp request message- Returns:
- a future of the io.vertx.grpc.event.v1alpha.EventBusMessage response messages
-