abstract class ServiceBase[S <: ServiceFacadeBase] extends ServiceBaseFacade with Logging
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceBase
- Logging
- LoggingLike
- RealTimeAware
- ServiceBaseFacade
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServiceBase()(implicit arg0: ClassTag[S])
Abstract Value Members
- abstract val portNumber: Int
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apiKey: UUID
- Definition Classes
- ServiceBaseFacade
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def debug(message: => String, context: => String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
- def debugScope[T](message: (Int) => String, context: => String = getClass.getSimpleName)(action: => T): T
- Definition Classes
- LoggingLike
- def endpoint: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(message: => String, context: => String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
- def error(e: Throwable): Unit
- Definition Classes
- LoggingLike
- val facadeEnvironment: ServiceFacadeEnvironment
- Definition Classes
- ServiceBaseFacade
- def getApplicationService: ApplicationFacade
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def handleMessage(timestamp: LocalDateTime, message: => String, level: String, context: => String): Unit
- Definition Classes
- Logging → LoggingLike
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- var heartbeatTimer: Timer
- def info(message: => String, context: => String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isStopped: Boolean
- def loopEnvironments[T](serviceName: String)(action: (String) => T): List[T]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def registerService(serviceName: String): Unit
- val serviceName: String
- Definition Classes
- ServiceBaseFacade
- def setConfigParameters(serviceName: String): Unit
- def startHeartbeatTimer(serviceName: String, onCachePurge: => Unit = {}): Timer
- def startServlet[TServlet <: Servlet](servletClass: Class[TServlet], applicationServiceEndpoint: String, serviceName: String, apiKey: UUID, startLogBuffer: Boolean, databasePath: Option[String], beforeServletStart: => Unit = {}, startHeartbeat: Boolean = true, multipartConfig: Option[MultipartConfig] = None, onCachePurge: => Unit = {}): Unit
- def stop(): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val systemAuthorization: SystemAuth
- val systemEnvironment: SystemEnvironment
- def toString(): String
- Definition Classes
- AnyRef → Any
- def utcNowJava: LocalDateTime
The current UTC date and time.
The current UTC date and time.
- Definition Classes
- RealTimeAware
- def utcTodayJava: LocalDateTime
The current UTC date.
The current UTC date.
- Definition Classes
- RealTimeAware
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def warn(message: => String, context: => String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)