Packages

c

com.datasolvr.services.facade

ServiceFacadeEnvironment

class ServiceFacadeEnvironment extends RealTimeAware

Linear Supertypes
RealTimeAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceFacadeEnvironment
  2. RealTimeAware
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ServiceFacadeEnvironment(applicationServiceEndpoint: String, serviceFacadeFactory: ServiceFacadeFactory, httpClient: Option[HttpClient])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val applicationServiceEndpoint: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def awaitApplicationConnection(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def getApplicationService(token: UUID): ApplicationFacade
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. def getCustomService[T <: ServiceFacade[T]](customServiceFacadeFactory: CustomServiceFacadeFactory[T], environment: String, token: UUID, serviceName: Option[String] = None, timeout: Int = EnvironmentVariables.web_service_timeout)(implicit arg0: ClassTag[T]): T
  13. def getService(id: String, environment: String, token: UUID, serviceName: Option[String], timeout: Int): ServiceFacadeBase
  14. def getService[T <: ServiceFacade[T]](environment: String, token: UUID, serviceName: Option[String] = None, timeout: Int = EnvironmentVariables.web_service_timeout)(implicit arg0: ClassTag[T]): T
  15. def getServiceLocation(id: String, environment: String, token: UUID, serviceName: Option[String] = None, timeout: Int = EnvironmentVariables.web_service_timeout): ServiceLocationInfo
  16. def getServiceName(id: String, environment: String, token: UUID): String
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. val httpClient: Option[HttpClient]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. def registerService[T <: ServiceFacadeBase](token: UUID, hostname: String, port: Int, startTime: LocalDateTime, serviceName: String = "")(implicit arg0: ClassTag[T]): Unit
  24. val serviceFacadeFactory: ServiceFacadeFactory
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def utcNowJava: LocalDateTime

    The current UTC date and time.

    The current UTC date and time.

    Definition Classes
    RealTimeAware
  28. def utcTodayJava: LocalDateTime

    The current UTC date.

    The current UTC date.

    Definition Classes
    RealTimeAware
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from RealTimeAware

Inherited from AnyRef

Inherited from Any

Ungrouped