Interface Aim<Context>

All Known Implementing Classes:
AsyncAim, IpcAim, OneWayAim, PingAim, SyncAim

public interface Aim<Context>
Hunt to aim and select the objective
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Handler<Context>
    attack(Event event)
     
  • Method Details

    • attack

      io.vertx.core.Handler<Context> attack(Event event)
      Parameters:
      event - Scanned Event definition here
      Returns:
      Handler for `RoutingContext`