Uses of Interface
org.swisspush.gateleen.core.exception.GateleenExceptionFactory
-
-
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.configuration
Constructors in org.swisspush.gateleen.core.configuration with parameters of type GateleenExceptionFactory Constructor Description ConfigurationResourceManager(io.vertx.core.Vertx vertx, ResourceStorage storage, GateleenExceptionFactory exceptionFactory) -
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.exception
Methods in org.swisspush.gateleen.core.exception that return GateleenExceptionFactory Modifier and Type Method Description static GateleenExceptionFactoryGateleenExceptionFactory. newGateleenThriftyExceptionFactory()SeeGateleenThriftyExceptionFactory.static GateleenExceptionFactoryGateleenExceptionFactory. newGateleenWastefulExceptionFactory()SeeGateleenWastefulExceptionFactory. -
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.http
Constructors in org.swisspush.gateleen.core.http with parameters of type GateleenExceptionFactory Constructor Description LocalHttpClient(io.vertx.core.Vertx vertx, GateleenExceptionFactory exceptionFactory)LocalHttpClientRequest(io.vertx.core.http.HttpMethod method, String uri, io.vertx.core.Vertx vertx, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routingContextHandler, GateleenExceptionFactory exceptionFactory, io.vertx.core.http.HttpServerResponse response)LocalHttpServerResponse(io.vertx.core.Vertx vertx, GateleenExceptionFactory exceptionFactory) -
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.lock.impl
Constructors in org.swisspush.gateleen.core.lock.impl with parameters of type GateleenExceptionFactory Constructor Description RedisBasedLock(RedisProvider redisProvider, GateleenExceptionFactory exceptionFactory) -
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.lock.lua
Constructors in org.swisspush.gateleen.core.lock.lua with parameters of type GateleenExceptionFactory Constructor Description ReleaseLockRedisCommand(LuaScriptState luaScriptState, List<String> keys, List<String> arguments, RedisProvider redisProvider, GateleenExceptionFactory exceptionFactory, org.slf4j.Logger log, io.vertx.core.Promise<Boolean> promise) -
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.lua
Constructors in org.swisspush.gateleen.core.lua with parameters of type GateleenExceptionFactory Constructor Description LuaScriptState(LuaScript luaScriptType, RedisProvider redisProvider, GateleenExceptionFactory exceptionFactory, boolean logoutput) -
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.resource
Constructors in org.swisspush.gateleen.core.resource with parameters of type GateleenExceptionFactory Constructor Description CopyResourceHandler(io.vertx.core.http.HttpClient selfClient, GateleenExceptionFactory exceptionFactory, String copyPath) -
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.storage
Constructors in org.swisspush.gateleen.core.storage with parameters of type GateleenExceptionFactory Constructor Description EventBusResourceStorage(io.vertx.core.eventbus.EventBus eventBus, String address, GateleenExceptionFactory exceptionFactory)HttpResourceStorage(io.vertx.core.Vertx vertx, GateleenExceptionFactory exceptionFactory, String host, int port) -
Uses of GateleenExceptionFactory in org.swisspush.gateleen.core.util
Constructors in org.swisspush.gateleen.core.util with parameters of type GateleenExceptionFactory Constructor Description LockUtil(GateleenExceptionFactory exceptionFactory)
-