Package

onextent.akka

eventhubs

Permalink

package eventhubs

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractPartitionReader extends Actor with LazyLogging

    Permalink
  2. class AkkaEventhubsException extends IOException

    Permalink
  3. class Connector extends Actor with LazyLogging

    Permalink
  4. case class EventHubConf(cfg: Config) extends Product with Serializable

    Permalink
  5. class Eventhubs extends GraphStage[SourceShape[(String, AckableOffset)]] with LazyLogging

    Permalink

    main api

  6. class EventhubsSink extends GraphStage[SinkShape[EventhubsSinkData]] with LazyLogging

    Permalink
  7. case class EventhubsSinkData(payload: Array[Byte], keyOpt: Option[String] = None, props: Option[Map[String, String]] = None, ackable: Option[AckableOffset] = None, genericAck: Option[() ⇒ Unit] = None) extends Product with Serializable

    Permalink
  8. class PartitionReader extends AbstractPartitionReader

    Permalink
  9. class PersistentPartitionReader extends AbstractPartitionReader with PersistentActor

    Permalink

Value Members

  1. object Connector extends LazyLogging

    Permalink
  2. object Eventhubs

    Permalink

    helper functions to create a multi partition consumer

  3. object PartitionReader

    Permalink
  4. object PersistentPartitionReader extends LazyLogging

    Permalink

Ungrouped