object ConsumerSettings
- Source
 - ConsumerSettings.scala
 
- Alphabetic
 - By Inheritance
 
- ConsumerSettings
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- 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[K, V](config: Config, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): ConsumerSettings[K, V]
Create settings from a configuration with the same layout as the default configuration
akka.kafka.consumer.Create settings from a configuration with the same layout as the default configuration
akka.kafka.consumer. Key and value serializer must be passed explicitly. -    def apply[K, V](system: ClassicActorSystemProvider, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): ConsumerSettings[K, V]
Create settings from the default configuration
akka.kafka.consumer.Create settings from the default configuration
akka.kafka.consumer. Key and value serializer must be passed explicitly.For use with the
akka.actor.typedAPI. -    def apply[K, V](system: ActorSystem, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): ConsumerSettings[K, V]
Create settings from the default configuration
akka.kafka.consumer.Create settings from the default configuration
akka.kafka.consumer. Key and value serializer must be passed explicitly. -    def apply[K, V](config: Config, keyDeserializer: Option[Deserializer[K]], valueDeserializer: Option[Deserializer[V]]): ConsumerSettings[K, V]
Create settings from a configuration with the same layout as the default configuration
akka.kafka.consumer.Create settings from a configuration with the same layout as the default configuration
akka.kafka.consumer. Key or value deserializer can be passed explicitly or retrieved from configuration. -    def apply[K, V](system: ClassicActorSystemProvider, keyDeserializer: Option[Deserializer[K]], valueDeserializer: Option[Deserializer[V]]): ConsumerSettings[K, V]
Create settings from the default configuration
akka.kafka.consumer.Create settings from the default configuration
akka.kafka.consumer. Key or value deserializer can be passed explicitly or retrieved from configuration.For use with the
akka.actor.typedAPI. -    def apply[K, V](system: ActorSystem, keyDeserializer: Option[Deserializer[K]], valueDeserializer: Option[Deserializer[V]]): ConsumerSettings[K, V]
Create settings from the default configuration
akka.kafka.consumer.Create settings from the default configuration
akka.kafka.consumer. Key or value deserializer can be passed explicitly or retrieved from configuration. -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -  val configPath: String
 -    def create[K, V](config: Config, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): ConsumerSettings[K, V]
Java API: Create settings from a configuration with the same layout as the default configuration
akka.kafka.consumer.Java API: Create settings from a configuration with the same layout as the default configuration
akka.kafka.consumer. Key and value serializer must be passed explicitly. -    def create[K, V](system: ClassicActorSystemProvider, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): ConsumerSettings[K, V]
Java API: Create settings from the default configuration
akka.kafka.consumer.Java API: Create settings from the default configuration
akka.kafka.consumer. Key and value serializer must be passed explicitly.For use with the
akka.actor.typedAPI. -    def create[K, V](system: ActorSystem, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): ConsumerSettings[K, V]
Java API: Create settings from the default configuration
akka.kafka.consumer.Java API: Create settings from the default configuration
akka.kafka.consumer. Key and value serializer must be passed explicitly. -    def create[K, V](config: Config, keyDeserializer: Optional[Deserializer[K]], valueDeserializer: Optional[Deserializer[V]]): ConsumerSettings[K, V]
Java API: Create settings from a configuration with the same layout as the default configuration
akka.kafka.consumer.Java API: Create settings from a configuration with the same layout as the default configuration
akka.kafka.consumer. Key or value deserializer can be passed explicitly or retrieved from configuration. -    def create[K, V](system: ClassicActorSystemProvider, keyDeserializer: Optional[Deserializer[K]], valueDeserializer: Optional[Deserializer[V]]): ConsumerSettings[K, V]
Java API: Create settings from the default configuration
akka.kafka.consumer.Java API: Create settings from the default configuration
akka.kafka.consumer. Key or value deserializer can be passed explicitly or retrieved from configuration.For use with the
akka.actor.typedAPI. -    def create[K, V](system: ActorSystem, keyDeserializer: Optional[Deserializer[K]], valueDeserializer: Optional[Deserializer[V]]): ConsumerSettings[K, V]
Java API: Create settings from the default configuration
akka.kafka.consumer.Java API: Create settings from the default configuration
akka.kafka.consumer. Key or value deserializer can be passed explicitly or retrieved from configuration. -    def createKafkaConsumer[K, V](settings: ConsumerSettings[K, V]): Consumer[K, V]
Create a KafkaConsumer instance from the settings.
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   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()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   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()