Package io.vertx.up.runtime
Class ZeroAnno
- java.lang.Object
-
- io.vertx.up.runtime.ZeroAnno
-
public class ZeroAnno extends Object
Transfer Class> set to difference mapping.
-
-
Constructor Summary
Constructors Constructor Description ZeroAnno()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConcurrentMap<io.vertx.up.eon.em.ServerType,List<Class<?>>>getAgents()Get all agents.static com.google.inject.InjectorgetDi()static Set<Class<?>>getEndpoints()Get all endpointsstatic Set<Event>getEvents()Get all enventsstatic ConcurrentMap<String,Set<Event>>getFilters()Get all filtersstatic ConcurrentMap<String,Method>getIpcs()static Set<Mission>getJobs()Get Jobs for currentstatic Set<Receipt>getReceipts()Get all receiptsstatic Set<Class<?>>getTps()Tp Clientsstatic Set<io.vertx.up.atom.secure.Aegis>getWalls()Get all guardsstatic Set<Class<?>>getWorkers()Get all workersstatic voidprepare()static StringrecoveryUri(String uri, io.vertx.core.http.HttpMethod method)
-
-
-
Method Detail
-
prepare
public static void prepare()
-
getDi
public static com.google.inject.Injector getDi()
-
getAgents
public static ConcurrentMap<io.vertx.up.eon.em.ServerType,List<Class<?>>> getAgents()
Get all agents.- Returns:
- agent map
-
getIpcs
public static ConcurrentMap<String,Method> getIpcs()
-
getFilters
public static ConcurrentMap<String,Set<Event>> getFilters()
Get all filters- Returns:
- filter map JSR340
-
getWalls
public static Set<io.vertx.up.atom.secure.Aegis> getWalls()
Get all guards- Returns:
- guard set
-
-