RESTServicepublic abstract class RESTServiceImpl extends java.lang.Object implements RESTService
| Constructor | Description |
|---|---|
RESTServiceImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.logging.log4j.Logger |
getLog() |
|
java.lang.String |
getOperationId() |
|
io.reactivex.Scheduler |
getScheduler() |
|
java.lang.String |
getServiceUniqueId() |
|
io.vertx.reactivex.core.Vertx |
getVertx() |
|
boolean |
isEnable() |
|
void |
setEnable(boolean pEnable) |
|
void |
setLog(org.apache.logging.log4j.Logger pLog) |
|
void |
setOperationId(java.lang.String pOperationId) |
|
void |
setScheduler(io.reactivex.Scheduler pScheduler) |
|
void |
setServiceUniqueId(java.lang.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 java.lang.String getOperationId()
getOperationId in interface RESTServicepublic java.lang.String getServiceUniqueId()
getServiceUniqueId in interface RESTServicepublic void setOperationId(java.lang.String pOperationId)
public void setServiceUniqueId(java.lang.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.