public interface PlatformHandler extends Handler<RoutingContext>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Method and Description | 
|---|---|
| PlatformHandler | getDelegate() | 
| void | handle(RoutingContext event)Something has happened, so handle it. | 
| static PlatformHandler | newInstance(PlatformHandler arg) | 
PlatformHandler getDelegate()
void handle(RoutingContext event)
handle in interface Handler<RoutingContext>event - the event to handlestatic PlatformHandler newInstance(PlatformHandler arg)
Copyright © 2024 Eclipse. All rights reserved.