Package io.vertx.up.extension.region
Class AbstractRegion
- java.lang.Object
-
- io.vertx.up.extension.region.AbstractRegion
-
- All Implemented Interfaces:
PlugRegion
public abstract class AbstractRegion extends Object implements PlugRegion
-
-
Constructor Summary
Constructors Constructor Description AbstractRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlugRegionbind(io.vertx.core.json.JsonObject config)protected io.vertx.core.json.JsonObjectconfig()protected io.vertx.up.log.AnnalgetLogger()protected booleanisEnabled(io.vertx.ext.web.RoutingContext context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertx.up.extension.PlugRegion
after, before
-
-
-
-
Method Detail
-
bind
public PlugRegion bind(io.vertx.core.json.JsonObject config)
- Specified by:
bindin interfacePlugRegion
-
config
protected io.vertx.core.json.JsonObject config()
-
getLogger
protected io.vertx.up.log.Annal getLogger()
-
isEnabled
protected boolean isEnabled(io.vertx.ext.web.RoutingContext context)
-
-