Class DefaultSubscribeHandler

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

public class DefaultSubscribeHandler extends Object implements Handler<ServerFrame>
STOMP compliant actions executed when receiving a SUBSCRIBE frame.

This handler is thread safe.

Author:
Clement Escoffier
  • Constructor Details

    • DefaultSubscribeHandler

      public DefaultSubscribeHandler()
  • Method Details

    • handle

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