Пример #1
0
 @Override
 protected synchronized void handleClosed() {
   checkContext();
   if (endHandler != null) {
     endHandler.handle(null);
   }
   super.handleClosed();
   if (vertx.eventBus() != null) {
     registration.unregister();
   }
 }