Uses of Class
io.vertx.mutiny.ext.stomp.ServerFrame
-
Packages that use ServerFrame Package Description io.vertx.mutiny.ext.stomp -
-
Uses of ServerFrame in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type ServerFrame Modifier and Type Field Description static TypeArg<ServerFrame>
ServerFrame. __TYPE_ARG
Methods in io.vertx.mutiny.ext.stomp that return ServerFrame Modifier and Type Method Description static ServerFrame
ServerFrame. newInstance(io.vertx.ext.stomp.ServerFrame arg)
Methods in io.vertx.mutiny.ext.stomp with parameters of type ServerFrame Modifier and Type Method Description void
StompServerHandler. accept(ServerFrame item)
void
StompServerHandler. handle(ServerFrame arg0)
-