Class DefaultAbortHandler

java.lang.Object
io.vertx.ext.stomp.DefaultAbortHandler
All Implemented Interfaces:
Handler<ServerFrame>

public class DefaultAbortHandler extends Object implements Handler<ServerFrame>
STOMP compliant actions executed when receiving a ABORT frame. This handler is thread safe.
Author:
Clement Escoffier
  • Constructor Details

    • DefaultAbortHandler

      public DefaultAbortHandler()
  • Method Details

    • handle

      public void handle(ServerFrame sf)
      Description copied from interface: Handler
      Something has happened, so handle it.
      Specified by:
      handle in interface Handler<ServerFrame>
      Parameters:
      sf - the event to handle