Object

com.ubirch.avatar.config

Config

Related Doc: package config

Permalink

object Config extends ConfigBase

author: cvandrei since: 2016-09-20

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def awsAccessKey: String

    Permalink
  6. def awsLocalMode: Boolean

    Permalink

    AWS local mode defines whether app is running on a locally or at AWS

    AWS local mode defines whether app is running on a locally or at AWS

    returns

    boolean value

  7. def awsSecretAccessKey: String

    Permalink
  8. def awsSqsQueueTransformer: String

    Permalink
  9. def awsSqsQueueTransformerOut: String

    Permalink
  10. def awsStatesDelta: String

    Permalink

    returns

    boolean value

  11. def awsStatesDesired: String

    Permalink

    returns

    boolean value

  12. def awsStatesReported: String

    Permalink

    returns

    boolean value

  13. def awsStatesTimestamp: String

    Permalink

    returns

    boolean value

  14. def awsTopicsBasename: String

    Permalink

    AWS base MQTT topic name for all AWS IoT Things

    AWS base MQTT topic name for all AWS IoT Things

    returns

    boolean value

  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val config: Config

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigBase
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def esDefaultPageSize: Int

    Permalink

    returns

    ElasticSearch default size in regards to pagination

  20. def esDeviceDataProcessedIndex: String

    Permalink

    returns

    Elasticsearch processed device data index

  21. def esDeviceDataProcessedType: String

    Permalink

    returns

    Elasticsearch processed device data type

  22. def esDeviceDataRawIndex: String

    Permalink

    returns

    Elasticsearch raw device data index

  23. def esDeviceDataRawType: String

    Permalink

    returns

    Elasticsearch raw device data type

  24. def esDeviceIndex: String

    Permalink

    returns

    Elasticsearch DeviceData index

  25. def esDeviceType: String

    Permalink

    returns

    Elasticsearch DeviceData type

  26. def esDeviceTypeIndex: String

    Permalink

    returns

    Elasticsearch deviceType index

  27. def esDeviceTypeType: String

    Permalink

    returns

    Elasticsearch deviceType type

  28. def esHost: String

    Permalink

    returns

    Elasticsearch host

  29. def esPassword: String

    Permalink

    returns

    Elasticsearch login password (not yet implemented)

  30. def esPortBinary: Int

    Permalink

    returns

    Elasticsearch binary client port

  31. def esPortHttp: Int

    Permalink

    returns

    Elasticsearch REST client port

  32. def esUser: String

    Permalink

    returns

    Elasticsearch login user (not yet implemented)

  33. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. def interface: String

    Permalink

    The interface the server runs on.

    The interface the server runs on.

    returns

    interface

  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. def port: Int

    Permalink

    Port the server listens on.

    Port the server listens on.

    returns

    port number

  42. def protocol: String

    Permalink

    returns

    http protocol

  43. def restClientTimeoutConnect: Int

    Permalink

    returns

    REST Client connection timeout in milliseconds

  44. def restClientTimeoutRead: Int

    Permalink

    returns

    REST Client read timeout in milliseconds

  45. final val sdmV001: String("0.0.1")

    Permalink
  46. final val sdmV002: String("0.0.2")

    Permalink
  47. final val sdmV003: String("0.0.3")

    Permalink
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfigBase

Inherited from AnyRef

Inherited from Any

Ungrouped