public abstract class RESTServiceImpl extends Object implements RESTService
| Constructor and Description |
|---|
RESTServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.logging.log4j.Logger |
getLog() |
String |
getOperationId() |
io.reactivex.Scheduler |
getScheduler() |
String |
getServiceUniqueId() |
io.vertx.reactivex.core.Vertx |
getVertx() |
boolean |
isEnable() |
void |
setEnable(boolean pEnable) |
void |
setLog(org.apache.logging.log4j.Logger pLog) |
void |
setOperationId(String pOperationId) |
void |
setScheduler(io.reactivex.Scheduler pScheduler) |
void |
setServiceUniqueId(String pServiceUniqueId) |
void |
setVertx(io.vertx.reactivex.core.Vertx pVertx) |
void |
start() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic void start()
public String getOperationId()
getOperationId in interface RESTServicepublic String getServiceUniqueId()
getServiceUniqueId in interface RESTServicepublic void setOperationId(String pOperationId)
public void setServiceUniqueId(String pServiceUniqueId)
public io.vertx.reactivex.core.Vertx getVertx()
public void setVertx(io.vertx.reactivex.core.Vertx pVertx)
public boolean isEnable()
public void setEnable(boolean pEnable)
public org.apache.logging.log4j.Logger getLog()
public void setLog(org.apache.logging.log4j.Logger pLog)
public io.reactivex.Scheduler getScheduler()
public void setScheduler(io.reactivex.Scheduler pScheduler)
Copyright © 2018. All rights reserved.