Package io.vertx.ext.stomp
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 aABORT
frame. This handler is thread safe.- Author:
- Clement Escoffier
-
-
Constructor Summary
Constructors Constructor Description DefaultAbortHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(ServerFrame sf)
Something has happened, so handle it.
-
-
-
Method Detail
-
handle
public void handle(ServerFrame sf)
Description copied from interface:Handler
Something has happened, so handle it.- Specified by:
handle
in interfaceHandler<ServerFrame>
- Parameters:
sf
- the event to handle
-
-