Uses of Class
io.apiman.gateway.engine.vertx.polling.PolicyConfigLoader
-
Packages that use PolicyConfigLoader Package Description io.apiman.gateway.engine.vertx.polling -
-
Uses of PolicyConfigLoader in io.apiman.gateway.engine.vertx.polling
Methods in io.apiman.gateway.engine.vertx.polling that return PolicyConfigLoader Modifier and Type Method Description PolicyConfigLoaderPolicyConfigLoader. setApiResultHandler(io.vertx.core.Handler<List<Api>> apiResultHandler)Set the API result handler, invoked when APIs have been unmarshalled successfully.PolicyConfigLoaderPolicyConfigLoader. setClientResultHandler(io.vertx.core.Handler<List<Client>> clientResultHandler)Set the client result handler, invoked when Clients have been unmarshalled successfully.PolicyConfigLoaderPolicyConfigLoader. setExceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler)Set the exception handler, invoked if an exception occurs.
-