Class GrpcEventBusBridge

java.lang.Object
io.vertx.reactivex.eventbus.bridge.grpc.GrpcEventBusBridge
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class GrpcEventBusBridge extends Object implements 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 Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<GrpcEventBusBridge> __TYPE_ARG
    • DEFAULT_INSTANCE

      public static final ServiceInvoker DEFAULT_INSTANCE
  • Constructor Details

    • GrpcEventBusBridge

      public GrpcEventBusBridge(GrpcEventBusBridge delegate)
    • GrpcEventBusBridge

      public GrpcEventBusBridge(Object delegate)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getDelegate

      public GrpcEventBusBridge getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • builder

      public static GrpcEventBusBridgeBuilder builder(Vertx vertx)
      Create a builder for advanced configuration of the bridge.
      Parameters:
      vertx - the vertx instance
      Returns:
      the builder
    • create

      public static GrpcEventBusBridge create(Vertx vertx)
      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

      public static GrpcEventBusBridge create(Vertx vertx, GrpcBridgeOptions options)
      Creates a new gRPC EventBus bridge service with the specified event bus and bridge options.
      Parameters:
      vertx - the Vert.x instance to use
      options - the bridge options for controlling access to the EventBus
      Returns:
      a new instance of GrpcEventBusBridgeService
    • newInstance

      public static GrpcEventBusBridge newInstance(GrpcEventBusBridge arg)