Interface GrpcEventBusBridgeBuilder


public interface GrpcEventBusBridgeBuilder
A builder for gRPC EventBus Bridge
  • Method Details

    • with

      Override the default bridge options.
      Parameters:
      options - the options
      Returns:
      this builder ref
    • withEventHandler

      GrpcEventBusBridgeBuilder withEventHandler(Handler<BridgeEvent> eventHandler)
      Set a handler for bridge events that can be used to implement custom security logic.
      Parameters:
      eventHandler - the handler
      Returns:
      this builder ref
    • build

      Build and return the bridge instance, ready to be mounted in a Vert.x gRPC Server.
      Returns:
      the bridge