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. def actorTimeout: Int

    Permalink

    Default actor timeout.

    Default actor timeout.

    returns

    timeout in seconds

  5. def akkaNumberOfBackendWorkers: Int

    Permalink
  6. def akkaNumberOfFrontendWorkers: Int

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def awsAccessKey: String

    Permalink
  9. 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

  10. def awsQueueOwnerId: String

    Permalink
  11. def awsRegion: String

    Permalink
  12. def awsSecretAccessKey: String

    Permalink
  13. def awsSqsMaxMessagesPerPoll: Int

    Permalink
  14. def awsSqsQueueTransformer: String

    Permalink
  15. def awsSqsQueueTransformerOut: String

    Permalink
  16. def awsSqsUbirchChainDeviceHashIn: String

    Permalink
  17. def awsSqsUbirchChainDeviceMsgIn: String

    Permalink
  18. def awsStatesDelta: String

    Permalink

    returns

    boolean value

  19. def awsStatesDesired: String

    Permalink

    returns

    boolean value

  20. def awsStatesReported: String

    Permalink

    returns

    boolean value

  21. def awsStatesTimestamp: String

    Permalink

    returns

    boolean value

  22. 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

  23. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigBase
  25. def enviroment: String

    Permalink
  26. def environmentId(): String

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

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

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

    Permalink

    returns

    ElasticSearch default size in regards to pagination

  30. def esDeviceDataHistoryIndex: String

    Permalink

    returns

    Elasticsearch device history index

  31. def esDeviceDataHistoryType: String

    Permalink

    returns

    Elasticsearch device history data type

  32. def esDeviceDataRawAnchoredIndex: String

    Permalink

    returns

    Elasticsearch anchored raw device data (with txHash) index

  33. def esDeviceDataRawAnchoredType: String

    Permalink

    returns

    Elasticsearch anchored raw device data (with txHash) type

  34. def esDeviceDataRawIndex: String

    Permalink

    returns

    Elasticsearch raw device data index

  35. def esDeviceDataRawType: String

    Permalink

    returns

    Elasticsearch raw device data type

  36. def esDeviceIndex: String

    Permalink

    returns

    Elasticsearch DeviceData index

  37. def esDeviceStateIndex: String

    Permalink

    returns

    Elasticsearch deviceType index

  38. def esDeviceStateType: String

    Permalink

    returns

    Elasticsearch deviceType type

  39. def esDeviceType: String

    Permalink

    returns

    Elasticsearch DeviceData type

  40. def esDeviceTypeIndex: String

    Permalink

    returns

    Elasticsearch deviceType index

  41. def esDeviceTypeType: String

    Permalink

    returns

    Elasticsearch deviceType type

  42. def esLargePageSize: Int

    Permalink

    returns

    ElasticSearch size of large pages in regards to pagination

  43. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. def getMessageMaxAge: Long

    Permalink
  46. def getMessageSignatureCache: Long

    Permalink
  47. def goPipelineLabel: String

    Permalink
  48. def goPipelineName: String

    Permalink
  49. def goPipelineRevision: String

    Permalink
  50. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  51. def httpInterface: String

    Permalink

    The interface the server runs on.

    The interface the server runs on.

    returns

    interface

  52. def httpPort: Int

    Permalink

    Port the server listens on.

    Port the server listens on.

    returns

    port number

  53. def httpPrometheusInterface: String

    Permalink

    The interface the prometheus server runs on.

    The interface the prometheus server runs on.

    returns

    pinterface

  54. def httpPrometheusPort: Int

    Permalink

    Port the prometheus server listens on.

    Port the prometheus server listens on.

    returns

    pport number

  55. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  56. def mongoCollectionAvatarState: String

    Permalink
  57. def mqttBrokerUrl: String

    Permalink
  58. def mqttPassword: String

    Permalink
  59. def mqttPublishProcessed: Boolean

    Permalink
  60. def mqttTopicDevicesBase: String

    Permalink
  61. def mqttTopicDevicesIn: String

    Permalink
  62. def mqttTopicDevicesOut: String

    Permalink
  63. def mqttTopicDevicesProcessed: String

    Permalink
  64. def mqttUser: String

    Permalink
  65. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  68. def prometheusEnabled: Boolean

    Permalink
  69. def protocol: String

    Permalink

    returns

    http protocol

  70. def serverPrivateKey: String

    Permalink
  71. def sqsConfig(queue: String): SqsConfig

    Permalink
  72. def sqsFullConfig(queue: String): SqsConfig

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  75. def udpInterface: String

    Permalink

    The interface the server runs on.

    The interface the server runs on.

    returns

    interface

  76. def udpPort: Int

    Permalink

    Port the server listens on.

    Port the server listens on.

    returns

    port number

  77. final def wait(): Unit

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

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

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

Inherited from ConfigBase

Inherited from AnyRef

Inherited from Any

Ungrouped