Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Handler<T>

A generic event handler. This interface is used heavily throughout Vert.x as a handler for all types of asynchronous occurrences.

Type parameters

  • T

Hierarchy

  • Handler

Implemented by

Index

Methods

Methods

handle

  • handle(arg0: T): void
  • Something has happened, so handle it.

    Parameters

    • arg0: T

      something

    Returns void

Generated using TypeDoc