object Props extends LazyLogging
- Alphabetic
- By Inheritance
- Props
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type Bytes = Array[Byte]
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def format(all: Properties): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def propertiesForConfig(config: Config): Properties
- def replaceUniqueId(str: String, uid: String = UUID.randomUUID.toString): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
topic(rootConfig: Config, subconfName: String, orElse: String*): String
Due to config resolution rules, other applications can't simply set "kafka4m.topic" and have that apply to the "kafka4m.XXX.topic" setting (e.g.
Due to config resolution rules, other applications can't simply set "kafka4m.topic" and have that apply to the "kafka4m.XXX.topic" setting (e.g. "kafka4m.consumer.topic", "kafka4m.producer.topic", etc)
- returns
the non-empty topic from kafka4m.<subconfName>.topic
-
def
topics(rootConfig: Config, subconfName: String, orElse: String*): Set[String]
Due to config resolution rules, other applications can't simply set "kafka4m.topic" and have that apply to the "kafka4m.XXX.topic" setting (e.g.
Due to config resolution rules, other applications can't simply set "kafka4m.topic" and have that apply to the "kafka4m.XXX.topic" setting (e.g. "kafka4m.consumer.topic", "kafka4m.producer.topic", etc)
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()