Uses of Class
io.vertx.ext.bridge.BridgeEventType
-
-
Uses of BridgeEventType in io.vertx.ext.bridge
Methods in io.vertx.ext.bridge that return BridgeEventType Modifier and Type Method Description BridgeEventTypeBaseBridgeEvent. type()static BridgeEventTypeBridgeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static BridgeEventType[]BridgeEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-