Uses of Interface
io.vertx.ext.stomp.Frames
-
Packages that use Frames Package Description io.vertx.reactivex.ext.stomp io.vertx.rxjava3.ext.stomp -
-
Uses of Frames in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return Frames Modifier and Type Method Description Frames
Frames. getDelegate()
Methods in io.vertx.reactivex.ext.stomp with parameters of type Frames Modifier and Type Method Description static Frames
Frames. newInstance(Frames arg)
Constructors in io.vertx.reactivex.ext.stomp with parameters of type Frames Constructor Description Frames(Frames delegate)
-
Uses of Frames in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return Frames Modifier and Type Method Description Frames
Frames. getDelegate()
Methods in io.vertx.rxjava3.ext.stomp with parameters of type Frames Modifier and Type Method Description static Frames
Frames. newInstance(Frames arg)
Constructors in io.vertx.rxjava3.ext.stomp with parameters of type Frames Constructor Description Frames(Frames delegate)
-