Packages

c

io.github.amerousful.kafka.javaapi

KafkaProtocolBuilder

final class KafkaProtocolBuilder extends ProtocolBuilder

Linear Supertypes
ProtocolBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaProtocolBuilder
  2. ProtocolBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acks(acks: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  5. def addConsumerProperty(key: String, value: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  6. def addProducerProperty(key: String, value: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def broker(broker: KafkaBroker): KafkaProtocolBuilder
    Annotations
    @NonNull()
  9. def brokers(brokers: <repeated...>[KafkaBroker]): KafkaProtocolBuilder
    Annotations
    @NonNull()
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def consumerIdenticalDeserializer(deserializer: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  12. def consumerKeyDeserializer(deserializer: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  13. def consumerValueDeserializer(deserializer: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  14. def credentials(username: String, password: String, sslEnabled: Boolean, saslMechanism: Value): KafkaProtocolBuilder
    Annotations
    @NonNull()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def matchByKey(): KafkaProtocolBuilder
    Annotations
    @NonNull()
  21. def matchByValue(): KafkaProtocolBuilder
    Annotations
    @NonNull()
  22. def messageMatcher(matcher: KafkaMessageMatcher): KafkaProtocolBuilder
    Annotations
    @NonNull()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def producerIdenticalSerializer(serializer: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  27. def producerKeySerializer(serializer: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  28. def producerValueSerializer(serializer: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  29. def protocol(): Protocol
    Definition Classes
    KafkaProtocolBuilder → ProtocolBuilder
    Annotations
    @Override()
  30. def replyConsumerName(name: String): KafkaProtocolBuilder
    Annotations
    @NonNull()
  31. def replyTimeout(timeout: Duration): KafkaProtocolBuilder
    Annotations
    @NonNull()
  32. def replyTimeout(timeout: Long): KafkaProtocolBuilder
    Annotations
    @NonNull()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ProtocolBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped