Class ServerFrame

java.lang.Object
io.vertx.rxjava3.ext.stomp.ServerFrame
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class ServerFrame extends Object implements io.vertx.lang.rx.RxDelegate
Structure passed to server handler when receiving a frame. It provides a reference on the received Frame but also on the StompServerConnection.

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

    • ServerFrame

      public ServerFrame(ServerFrame delegate)
    • ServerFrame

      public ServerFrame(Object delegate)
  • Method Details