Class DefaultAbortHandler
java.lang.Object
io.vertx.ext.stomp.DefaultAbortHandler
- All Implemented Interfaces:
Handler<ServerFrame>
STOMP compliant actions executed when receiving a
ABORT frame.
This handler is thread safe.- Author:
- Clement Escoffier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ServerFrame sf) Something has happened, so handle it.
-
Constructor Details
-
DefaultAbortHandler
public DefaultAbortHandler()
-
-
Method Details
-
handle
Description copied from interface:HandlerSomething has happened, so handle it.- Specified by:
handlein interfaceHandler<ServerFrame>- Parameters:
sf- the event to handle
-