public abstract class Plugin extends Object
| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundRequest(org.jboss.resteasy.spi.HttpRequest req,
RunnableWithException<IOException> continuation) |
io.reactivex.Completable |
deployToResteasy(org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment deployment) |
io.reactivex.Completable |
init() |
io.reactivex.Completable |
postRoute() |
io.reactivex.Completable |
preInit() |
io.reactivex.Completable |
preRoute() |
io.reactivex.Completable |
shutdown() |
public io.reactivex.Completable preInit()
public io.reactivex.Completable init()
public io.reactivex.Completable shutdown()
public io.reactivex.Completable deployToResteasy(org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment deployment)
public void aroundRequest(org.jboss.resteasy.spi.HttpRequest req,
RunnableWithException<IOException> continuation)
throws IOException
IOExceptionpublic io.reactivex.Completable preRoute()
public io.reactivex.Completable postRoute()
Copyright © 2018. All rights reserved.