Package io.vertx.up.uca.cosmic
Class AbstractEmitter
- java.lang.Object
-
- io.vertx.up.uca.cosmic.AbstractEmitter
-
-
Constructor Summary
Constructors Constructor Description AbstractEmitter(io.vertx.up.commune.config.Integration integration)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidinitialize()protected io.vertx.up.commune.config.Integrationintegration()protected io.vertx.up.log.Annallogger()io.vertx.core.json.JsonArrayrequestA(String apiKey, io.vertx.core.json.JsonObject params, io.vertx.core.MultiMap headers)io.vertx.core.json.JsonObjectrequestJ(String apiKey, io.vertx.core.json.JsonObject params, io.vertx.core.MultiMap headers)protected SSLContextsslContext()-
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.uca.cosmic.Emitter
request, request, requestA, requestAsync, requestAsync, requestAsyncA, requestAsyncA, requestAsyncJ, requestAsyncJ, requestJ
-
-
-
-
Method Detail
-
sslContext
protected SSLContext sslContext()
-
logger
protected io.vertx.up.log.Annal logger()
-
integration
protected io.vertx.up.commune.config.Integration integration()
-
initialize
protected abstract void initialize()
-
requestJ
public io.vertx.core.json.JsonObject requestJ(String apiKey, io.vertx.core.json.JsonObject params, io.vertx.core.MultiMap headers)
-
-