public interface PlatformHandler extends io.vertx.lang.rx.RxDelegate, 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()
getDelegate in interface io.vertx.lang.rx.RxDelegatevoid handle(RoutingContext event)
handle in interface Handler<RoutingContext>event - the event to handlestatic PlatformHandler newInstance(PlatformHandler arg)
Copyright © 2025 Eclipse. All rights reserved.