Class BridgeEvent

All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class BridgeEvent extends BaseBridgeEvent implements io.vertx.lang.rx.RxDelegate
Represents an event that occurs on the event bus bridge.

Please consult the documentation for a full explanation.

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<BridgeEvent> __TYPE_ARG
  • Constructor Details

    • BridgeEvent

      public BridgeEvent(BridgeEvent delegate)
    • BridgeEvent

      public BridgeEvent(Object delegate)
  • Method Details