class ServiceFacadeEnvironment extends RealTimeAware
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceFacadeEnvironment
- RealTimeAware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServiceFacadeEnvironment(applicationServiceEndpoint: String, serviceFacadeFactory: ServiceFacadeFactory, httpClient: Option[HttpClient])
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
- val applicationServiceEndpoint: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def awaitApplicationConnection(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getApplicationService(token: UUID): ApplicationFacade
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCustomService[T <: ServiceFacade[T]](customServiceFacadeFactory: CustomServiceFacadeFactory[T], environment: String, token: UUID, serviceName: Option[String] = None, timeout: Int = EnvironmentVariables.web_service_timeout, external: Boolean = false)(implicit arg0: ClassTag[T]): T
- def getService(id: String, environment: String, token: UUID, serviceName: Option[String], timeout: Int, external: Boolean): ServiceFacadeBase
- def getService[T <: ServiceFacade[T]](environment: String, token: UUID, serviceName: Option[String] = None, timeout: Int = EnvironmentVariables.web_service_timeout, external: Boolean = false)(implicit arg0: ClassTag[T]): T
- def getServiceLocation(id: String, environment: String, token: UUID, serviceName: Option[String] = None, timeout: Int = EnvironmentVariables.web_service_timeout): ServiceLocationInfo
- def getServiceName(id: String, environment: String, token: UUID): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val httpClient: Option[HttpClient]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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[T <: ServiceFacadeBase](token: UUID, hostname: String, port: Int, startTime: LocalDateTime, serviceName: String = "")(implicit arg0: ClassTag[T]): Unit
- val serviceFacadeFactory: ServiceFacadeFactory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)