final class KafkaProtocolBuilder extends ProtocolBuilder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KafkaProtocolBuilder
- ProtocolBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acks(acks: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def addConsumerProperty(key: String, value: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def addProducerProperty(key: String, value: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def broker(broker: KafkaBroker): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def brokers(brokers: <repeated...>[KafkaBroker]): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def consumerIdenticalDeserializer(deserializer: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def consumerKeyDeserializer(deserializer: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def consumerValueDeserializer(deserializer: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def credentials(username: String, password: String, sslEnabled: Boolean, saslMechanism: Value): KafkaProtocolBuilder
- Annotations
- @NonNull()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matchByKey(): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def matchByValue(): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def messageMatcher(matcher: KafkaMessageMatcher): KafkaProtocolBuilder
- Annotations
- @NonNull()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def producerIdenticalSerializer(serializer: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def producerKeySerializer(serializer: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def producerValueSerializer(serializer: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def protocol(): Protocol
- Definition Classes
- KafkaProtocolBuilder → ProtocolBuilder
- Annotations
- @Override()
- def replyConsumerName(name: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def replyTimeout(timeout: Duration): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def replyTimeout(timeout: Long): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def schemaUrl(url: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def ssl(protocol: String, keystoreLocation: String, keystorePassword: String, keyPassword: String, trustStoreLocation: String, trustStorePassword: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- def ssl(protocol: String, keystoreLocation: String, keystorePassword: String, keyPassword: String): KafkaProtocolBuilder
- Annotations
- @NonNull()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)