Class

com.featurefm.riversong.kafka

KafkaProducerService

Related Doc: package kafka

Permalink

class KafkaProducerService extends Instrumented with Configurable with InitBeforeUse with HealthCheckWithCritical

Linear Supertypes
HealthCheckWithCritical, HealthCheck, InitBeforeUse, Configurable, Instrumented, InstrumentedBuilder, BaseBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaProducerService
  2. HealthCheckWithCritical
  3. HealthCheck
  4. InitBeforeUse
  5. Configurable
  6. Instrumented
  7. InstrumentedBuilder
  8. BaseBuilder
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaProducerService()(implicit system: ActorSystem)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val brokers: KeyType

    Permalink
  6. def cachedGauge[A](name: String, timeout: FiniteDuration, scope: String = null)(f: ⇒ A): Gauge[A]

    Permalink
    Definition Classes
    Instrumented
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val config: Config

    Permalink
    Definition Classes
    Configurable
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit val executor: ExecutionContextExecutor

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def gauge[A](name: String, scope: String = null)(f: ⇒ A): Gauge[A]

    Permalink
    Definition Classes
    Instrumented
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getHealth: Future[HealthInfo]

    Permalink

    Fetch the health for this registered checker.

    Fetch the health for this registered checker.

    returns

    returns a future to the health information

    Definition Classes
    KafkaProducerServiceHealthCheck
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. lazy val healthCheckName: String

    Permalink
    Definition Classes
    HealthCheckWithCriticalHealthCheck
  18. lazy val healthTopic: String

    Permalink
  19. def initialize(): Future[Done]

    Permalink
    Definition Classes
    KafkaProducerServiceInitBeforeUse
  20. def isDown: health.HealthState.Value

    Permalink
    Attributes
    protected
    Definition Classes
    HealthCheckWithCritical
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isServiceCritical: Boolean

    Permalink
  23. val log: LoggingAdapter

    Permalink
    Attributes
    protected
  24. implicit val mat: ActorMaterializer

    Permalink
  25. lazy val metricBaseName: MetricName

    Permalink
    Definition Classes
    Instrumented → BaseBuilder
  26. lazy val metricBuilder: MetricBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    InstrumentedBuilder
  27. lazy val metricRegistry: MetricRegistry

    Permalink

    The MetricRegistry where created metrics are registered.

    The MetricRegistry where created metrics are registered.

    Definition Classes
    Instrumented → InstrumentedBuilder
  28. def metrics: MetricBuilder

    Permalink
    Definition Classes
    InstrumentedBuilder
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. val ref: AtomicReference[SourceQueue[Message[KeyType, ValueType, Promise[Long]]]]

    Permalink
  33. def resetGauges(): Unit

    Permalink
    Definition Classes
    Instrumented
  34. def resetMetrics(): Unit

    Permalink
    Definition Classes
    Instrumented
  35. def send(topic: String, value: ValueType, key: String): Future[Long]

    Permalink
  36. def send(topic: String, value: ValueType): Future[Long]

    Permalink
  37. def sendRaw[T <: AnyRef](topic: String, value: T, key: String): Future[Long]

    Permalink
  38. def sendRaw[T <: AnyRef](topic: String, value: T): Future[Long]

    Permalink
  39. val serviceName: String

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. implicit val system: ActorSystem

    Permalink
    Definition Classes
    KafkaProducerServiceInstrumented
  42. def time[A](name: String)(f: ⇒ A): A

    Permalink
    Definition Classes
    Instrumented
  43. def timeEventually[A](name: String)(future: ⇒ Future[A])(implicit context: ExecutionContext): Future[A]

    Permalink
    Definition Classes
    Instrumented
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HealthCheckWithCritical

Inherited from HealthCheck

Inherited from InitBeforeUse

Inherited from Configurable

Inherited from Instrumented

Inherited from InstrumentedBuilder

Inherited from BaseBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped