Class GrpcEventBusBridge
java.lang.Object
io.vertx.reactivex.eventbus.bridge.grpc.GrpcEventBusBridge
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
gRPC EventBus bridge for Vert.x.
This interface provides methods to create and manage a gRPC service that bridges the Vert.x EventBus to external clients using the gRPC protocol. It allows external applications to communicate with the Vert.x EventBus through gRPC, enabling cross-platform and cross-language communication.
The bridge supports operations like publishing messages, sending requests, subscribing to addresses, and handling responses from the EventBus.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GrpcEventBusBridge> static final ServiceInvoker -
Constructor Summary
ConstructorsConstructorDescriptionGrpcEventBusBridge(GrpcEventBusBridge delegate) GrpcEventBusBridge(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic GrpcEventBusBridgeBuilderCreate a builder for advanced configuration of the bridge.static GrpcEventBusBridgeCreates a new gRPC EventBus bridge service with default options and null bridge event handler.static GrpcEventBusBridgecreate(Vertx vertx, GrpcBridgeOptions options) Creates a new gRPC EventBus bridge service with the specified event bus and bridge options.booleaninthashCode()static GrpcEventBusBridgetoString()
-
Field Details
-
__TYPE_ARG
-
DEFAULT_INSTANCE
-
-
Constructor Details
-
GrpcEventBusBridge
-
GrpcEventBusBridge
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
builder
Create a builder for advanced configuration of the bridge.- Parameters:
vertx- the vertx instance- Returns:
- the builder
-
create
Creates a new gRPC EventBus bridge service with default options and null bridge event handler.- Parameters:
vertx- the Vert.x instance to use- Returns:
- a new instance of GrpcEventBusBridgeService
-
create
Creates a new gRPC EventBus bridge service with the specified event bus and bridge options.- Parameters:
vertx- the Vert.x instance to useoptions- the bridge options for controlling access to the EventBus- Returns:
- a new instance of GrpcEventBusBridgeService
-
newInstance
-