Package

nl.tradecloud.kafka

command

Permalink

package command

Visibility
  1. Public
  2. All

Type Members

  1. case class Publish(topic: String, msg: AnyRef, completed: Promise[Done]) extends Product with Serializable

    Permalink
  2. case class SubscribeActor(serviceName: String, group: String, topics: Set[String], ref: ActorRef, acknowledgeMsg: Any = PubSubAck, acknowledgeTimeout: FiniteDuration = 3.seconds, retryMsg: Any = PubSubRetry, minBackoff: FiniteDuration = 3.seconds, maxBackoff: FiniteDuration = 30.seconds, batchingSize: Int = 1, batchingInterval: FiniteDuration = 3.seconds) extends Product with Serializable

    Permalink

Ungrouped