object BaseClient extends Logging
Factory for BaseClient instances.
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- BaseClient
 - Logging
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
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 apply(config: Config = ConfigFactory.load(), proxySettings: Option[ProxySettings] = None, credentials: Option[Credentials] = None, baseClientId: String = "here-data-client-base-".+(java.util.UUID.randomUUID().toString()))(implicit exec: ExecutionContext = ExecutionContext.global, ioExecutorService: ExecutorService = null): BaseClient
Creates a BaseClient instance.
Creates a BaseClient instance.
- config
 the TypeSafe configuration; default is ConfigFactory.load()
- proxySettings
 optional proxy settings; default is None
- credentials
 optional credentials; default is None
- baseClientId
 the client ID; default is "here-data-client-base-someRandomUUID"
- exec
 the Scala execution context which should be used for execution of internal Futures of Data Client Base library; default is Scala's ExecutionContext.global
- ioExecutorService
 the Java executor service which is used by underlying OkHttp stack; default is an internal thread pool which is created by OkHttp's Dispatcher()
 -   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(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def debug(msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def debug(msg: => Any): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def error(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def error(msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def error(msg: => Any): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def info(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def info(msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def info(msg: => Any): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def isDebugEnabled: Boolean
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def isErrorEnabled: Boolean
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def isInfoEnabled: Boolean
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    def isTraceEnabled: Boolean
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def isWarnEnabled: Boolean
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def logger: Logger
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def loggerName: String
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -   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()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    def trace(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def trace(msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def trace(msg: => Any): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -   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(mkr: Marker, msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def warn(msg: => Any, t: => Throwable): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 -    def warn(msg: => Any): Unit
- Attributes
 - protected
 - Definition Classes
 - Logging
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)