class
ReactiveKafka extends AnyRef
Instance Constructors
-
new
ReactiveKafka()
-
new
ReactiveKafka(host: String = "", zooKeeperHost: String = "")
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
consume[T](props: ConsumerProperties[T], dispatcher: String)(implicit actorSystem: ActorSystem): Publisher[KafkaMessage[T]]
-
def
consume[T](props: ConsumerProperties[T])(implicit actorSystem: ActorSystem): Publisher[KafkaMessage[T]]
-
-
def
consumerActor[T](props: ConsumerProperties[T], dispatcher: String)(implicit actorSystem: ActorSystem): ActorRef
-
def
consumerActor[T](props: ConsumerProperties[T])(implicit actorSystem: ActorSystem): ActorRef
-
def
consumerActorProps[T](props: ConsumerProperties[T]): Props
-
def
consumerActorWithConsumer[T](props: ConsumerProperties[T], dispatcher: String)(implicit actorSystem: ActorSystem): ConsumerWithActor[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
host: String
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
producerActor[T](props: ProducerProperties[T])(implicit actorSystem: ActorSystem): ActorRef
-
def
producerActor[T](props: ProducerProperties[T], requestStrategy: () ⇒ RequestStrategy, dispatcher: String)(implicit actorSystem: ActorSystem): ActorRef
-
def
producerActor[T](props: ProducerProperties[T], dispatcher: String)(implicit actorSystem: ActorSystem): ActorRef
-
def
producerActor[T](props: ProducerProperties[T], requestStrategy: () ⇒ RequestStrategy)(implicit actorSystem: ActorSystem): ActorRef
-
def
producerActorProps[T](props: ProducerProperties[T]): Props
-
def
producerActorProps[T](props: ProducerProperties[T], requestStrategy: () ⇒ RequestStrategy): Props
-
def
publish[T](props: ProducerProperties[T])(implicit actorSystem: ActorSystem): Subscriber[T]
-
def
publish[T](props: ProducerProperties[T], dispatcher: String)(implicit actorSystem: ActorSystem): Subscriber[T]
-
def
publish[T](props: ProducerProperties[T], requestStrategy: () ⇒ RequestStrategy, dispatcher: String)(implicit actorSystem: ActorSystem): Subscriber[T]
-
def
publish[T](props: ProducerProperties[T], requestStrategy: () ⇒ RequestStrategy)(implicit actorSystem: ActorSystem): Subscriber[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
val
zooKeeperHost: String
Deprecated Value Members
-
def
consume[T](topic: String, groupId: String, decoder: Decoder[T])(implicit actorSystem: ActorSystem): Publisher[KafkaMessage[T]]
-
def
consumeFromEnd[T](topic: String, groupId: String, decoder: Decoder[T])(implicit actorSystem: ActorSystem): Publisher[T]
-
def
consumeFromEndAsActor[T](topic: String, groupId: String, decoder: Decoder[T])(implicit actorSystem: ActorSystem): ActorRef
-
def
consumerActor[T](topic: String, groupId: String, decoder: Decoder[T])(implicit actorSystem: ActorSystem): ActorRef
-
def
producerActor[T](topic: String, groupId: String, encoder: Encoder[T], partitionizer: (T) ⇒ Option[Array[Byte]])(implicit actorSystem: ActorSystem): ActorRef
-
def
publish[T](topic: String, groupId: String, encoder: Encoder[T], partitionizer: (T) ⇒ Option[Array[Byte]] = (_: T) => None)(implicit actorSystem: ActorSystem): Subscriber[T]
Inherited from AnyRef
Inherited from Any