Index

A B C D E F G H I K L M N P R S T V 
All Classes and Interfaces|All Packages

A

Acks - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `acks` kafka attribute.
Acks(String) - Constructor for class io.github.eocqrs.kafka.parameters.Acks
Ctor.
all() - Method in class io.github.eocqrs.kafka.consumer.settings.KfConsumerParams
 
all() - Method in class io.github.eocqrs.kafka.parameters.KfParams
 
all() - Method in interface io.github.eocqrs.kafka.Params
Returns a collection of all the settings attributes.
all() - Method in class io.github.eocqrs.kafka.producer.settings.KfProducerParams
 
asXml() - Method in class io.github.eocqrs.kafka.consumer.settings.KfConsumerParams
 
asXml() - Method in class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
 
asXml() - Method in class io.github.eocqrs.kafka.parameters.KfParams
 
asXml() - Method in interface io.github.eocqrs.kafka.Params
Returns the XML representation of the settings.
asXml() - Method in interface io.github.eocqrs.kafka.ParamsAttr
Represents settings as XML.
asXml() - Method in class io.github.eocqrs.kafka.producer.settings.KfProducerParams
 
AutoOffsetReset - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `auto.offset.reset` kafka attribute.
AutoOffsetReset(String) - Constructor for class io.github.eocqrs.kafka.parameters.AutoOffsetReset
Ctor.

B

BatchSize - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `batch.size` kafka attribute.
BatchSize(String) - Constructor for class io.github.eocqrs.kafka.parameters.BatchSize
Ctor.
BootstrapServers - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `bootstrap.servers` kafka attribute.
BootstrapServers(String) - Constructor for class io.github.eocqrs.kafka.parameters.BootstrapServers
Ctor.
BufferMemory - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `buffer.memory` kafka attribute.
BufferMemory(String) - Constructor for class io.github.eocqrs.kafka.parameters.BufferMemory
Ctor.

C

ClientId - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `client.id` kafka attribute.
ClientId(String) - Constructor for class io.github.eocqrs.kafka.parameters.ClientId
Ctor.
close() - Method in class io.github.eocqrs.kafka.consumer.KfConsumer
 
close() - Method in class io.github.eocqrs.kafka.fake.FkConsumer
 
close() - Method in class io.github.eocqrs.kafka.fake.FkProducer
 
close() - Method in class io.github.eocqrs.kafka.producer.KfProducer
 
CompressionType - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `compression.type` kafka attribute.
CompressionType(String) - Constructor for class io.github.eocqrs.kafka.parameters.CompressionType
Ctor.
consumer() - Method in interface io.github.eocqrs.kafka.ConsumerSettings
Kafka Consumer.
consumer() - Method in class io.github.eocqrs.kafka.parameters.KfFlexible
 
consumer() - Method in class io.github.eocqrs.kafka.xml.KfXmlFlexible
 
Consumer<K,X> - Interface in io.github.eocqrs.kafka
Consumer.
CONSUMER - Enum constant in enum io.github.eocqrs.kafka.xml.KfCustomer
The consumer.
ConsumerSettings<K,X> - Interface in io.github.eocqrs.kafka
Consumer Settings.

D

Data<X> - Interface in io.github.eocqrs.kafka
Message Data.
dataize() - Method in class io.github.eocqrs.kafka.data.KfDataized
 
dataize() - Method in interface io.github.eocqrs.kafka.Dataized
Dataize.
dataized() - Method in interface io.github.eocqrs.kafka.Data
Dataized.
dataized() - Method in class io.github.eocqrs.kafka.data.KfData
 
Dataized<T> - Interface in io.github.eocqrs.kafka
Dataized.

E

EnableAutoCommit - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `enable.auto.commit` kafka attribute.
EnableAutoCommit(String) - Constructor for class io.github.eocqrs.kafka.parameters.EnableAutoCommit
Ctor.

F

FetchMaxWaitMs - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `fetch.max.wait.ms` kafka attribute.
FetchMaxWaitMs(String) - Constructor for class io.github.eocqrs.kafka.parameters.FetchMaxWaitMs
Ctor.
FetchMinBytes - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `fetch.min.bytes` kafka attribute.
FetchMinBytes(String) - Constructor for class io.github.eocqrs.kafka.parameters.FetchMinBytes
Ctor.
FkConsumer<K,X> - Class in io.github.eocqrs.kafka.fake
Fake Consumer.
FkConsumer() - Constructor for class io.github.eocqrs.kafka.fake.FkConsumer
 
FkProducer<K,X> - Class in io.github.eocqrs.kafka.fake
Fake Producer.
FkProducer() - Constructor for class io.github.eocqrs.kafka.fake.FkProducer
 

G

GroupId - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `group.id` kafka attribute.
GroupId(String) - Constructor for class io.github.eocqrs.kafka.parameters.GroupId
Ctor.
GroupInstanceId - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `group.instance.id` kafka attribute.
GroupInstanceId(String) - Constructor for class io.github.eocqrs.kafka.parameters.GroupInstanceId
Ctor.

H

HeartbeatIntervalMs - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `heartbeat.interval.ms` kafka attribute.
HeartbeatIntervalMs(String) - Constructor for class io.github.eocqrs.kafka.parameters.HeartbeatIntervalMs
Ctor.

I

io.github.eocqrs.kafka - package io.github.eocqrs.kafka
Kafka API.
io.github.eocqrs.kafka.consumer - package io.github.eocqrs.kafka.consumer
Kafka API-Consumers.
io.github.eocqrs.kafka.consumer.settings - package io.github.eocqrs.kafka.consumer.settings
Kafka API-ConsumerSettings.
io.github.eocqrs.kafka.data - package io.github.eocqrs.kafka.data
Kafka API-Data.
io.github.eocqrs.kafka.fake - package io.github.eocqrs.kafka.fake
Fake.
io.github.eocqrs.kafka.parameters - package io.github.eocqrs.kafka.parameters
Kafka Parameters.
io.github.eocqrs.kafka.producer - package io.github.eocqrs.kafka.producer
Kafka API-Producers.
io.github.eocqrs.kafka.producer.settings - package io.github.eocqrs.kafka.producer.settings
Kafka API-ProducerSettings.
io.github.eocqrs.kafka.xml - package io.github.eocqrs.kafka.xml
XML.
iterate(String, Duration) - Method in interface io.github.eocqrs.kafka.Consumer
Dataized.
iterate(String, Duration) - Method in class io.github.eocqrs.kafka.consumer.KfConsumer
 
iterate(String, Duration) - Method in class io.github.eocqrs.kafka.fake.FkConsumer
 

K

KeyDeserializer - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `key.deserializer` kafka attribute.
KeyDeserializer(String) - Constructor for class io.github.eocqrs.kafka.parameters.KeyDeserializer
Ctor.
KeySerializer - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `key.serializer` kafka attribute.
KeySerializer(String) - Constructor for class io.github.eocqrs.kafka.parameters.KeySerializer
Ctor.
KfAttrEnvelope - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for a string value that can be converted to XML.
KfAttrEnvelope(String, String) - Constructor for class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
Ctor.
KfConsumer<K,X> - Class in io.github.eocqrs.kafka.consumer
Kafka Consumer.
KfConsumer(ConsumerSettings<K, X>) - Constructor for class io.github.eocqrs.kafka.consumer.KfConsumer
Ctor.
KfConsumer(KafkaConsumer<K, X>) - Constructor for class io.github.eocqrs.kafka.consumer.KfConsumer
Ctor.
KfConsumerParams - Class in io.github.eocqrs.kafka.consumer.settings
Kafka params for KfConsumer.
KfConsumerParams() - Constructor for class io.github.eocqrs.kafka.consumer.settings.KfConsumerParams
 
KfCustomer - Enum in io.github.eocqrs.kafka.xml
Type of customers for XmlMapParams.
KfData<X> - Class in io.github.eocqrs.kafka.data
Kafka Message Data.
KfData() - Constructor for class io.github.eocqrs.kafka.data.KfData
 
KfDataized<X> - Class in io.github.eocqrs.kafka.data
Kafka Dataized data.
KfDataized() - Constructor for class io.github.eocqrs.kafka.data.KfDataized
 
KfFlexible<K,X> - Class in io.github.eocqrs.kafka.parameters
KfFlexibleSettings allow you to add custom settings.
KfFlexible() - Constructor for class io.github.eocqrs.kafka.parameters.KfFlexible
 
KfFlexibleEnvelope<K,X> - Class in io.github.eocqrs.kafka.parameters
Envelope for ConsumerSettings.
KfFlexibleEnvelope(XML) - Constructor for class io.github.eocqrs.kafka.parameters.KfFlexibleEnvelope
Primary ctor.
KfFlexibleEnvelope(Params) - Constructor for class io.github.eocqrs.kafka.parameters.KfFlexibleEnvelope
A constructor that takes a Settings object and converts it to XMLDocument.
KfFlexibleEnvelope(String) - Constructor for class io.github.eocqrs.kafka.parameters.KfFlexibleEnvelope
A constructor that takes a String and converts it to ResourceOf.
KfFlexibleEnvelope(Input) - Constructor for class io.github.eocqrs.kafka.parameters.KfFlexibleEnvelope
A constructor that takes an Input and converts it to XMLDocument.
KfParams - Class in io.github.eocqrs.kafka.parameters
It's a collection of `ParamsAttr` objects.
KfParams(ParamsAttr...) - Constructor for class io.github.eocqrs.kafka.parameters.KfParams
Ctor.
KfProducer<K,X> - Class in io.github.eocqrs.kafka.producer
Kafka Producer.
KfProducer(ProducerSettings<K, X>) - Constructor for class io.github.eocqrs.kafka.producer.KfProducer
Ctor.
KfProducer(KafkaProducer<K, X>) - Constructor for class io.github.eocqrs.kafka.producer.KfProducer
Ctor.
KfProducerParams - Class in io.github.eocqrs.kafka.producer.settings
Kafka Producer parameters for KfProducer.
KfProducerParams() - Constructor for class io.github.eocqrs.kafka.producer.settings.KfProducerParams
 
KfXmlFlexible<K,X> - Class in io.github.eocqrs.kafka.xml
Allow creating custom Consumer/Producer from XML.
KfXmlFlexible(String) - Constructor for class io.github.eocqrs.kafka.xml.KfXmlFlexible
Ctor.

L

LingerMs - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `linger.ms` kafka attribute.
LingerMs(String) - Constructor for class io.github.eocqrs.kafka.parameters.LingerMs
Ctor.

M

MaxBlockMs - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `max.block.ms` kafka attribute.
MaxBlockMs(String) - Constructor for class io.github.eocqrs.kafka.parameters.MaxBlockMs
Ctor.
MaxInFlightRq - Class in io.github.eocqrs.kafka.parameters
Wrapper for the `max.in.flight.requests.per.connection`.
MaxInFlightRq(String) - Constructor for class io.github.eocqrs.kafka.parameters.MaxInFlightRq
Ctor.
MaxPartitionFetchBytes - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `max.partition.fetch.bytes` kafka attribute.
MaxPartitionFetchBytes(String) - Constructor for class io.github.eocqrs.kafka.parameters.MaxPartitionFetchBytes
Ctor.
MaxPollRecords - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `max.poll.records` kafka attribute.
MaxPollRecords(String) - Constructor for class io.github.eocqrs.kafka.parameters.MaxPollRecords
Ctor.
MaxRqSize - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `max.request.size` kafka attribute.
MaxRqSize(String) - Constructor for class io.github.eocqrs.kafka.parameters.MaxRqSize
Ctor.

N

name - Variable in class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
The name.
name() - Method in class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
 
name() - Method in interface io.github.eocqrs.kafka.ParamsAttr
Returns the name of the current attribute.
NameInCamelCase - Class in io.github.eocqrs.kafka.xml
It takes a string in the form of `com.example.foo.bar` and returns a string in the form of `comExampleFooBar`.
NameInCamelCase() - Constructor for class io.github.eocqrs.kafka.xml.NameInCamelCase
 

P

Params - Interface in io.github.eocqrs.kafka
Settings attribute.
ParamsAttr - Interface in io.github.eocqrs.kafka
Kafka property.
partition() - Method in class io.github.eocqrs.kafka.data.KfData
 
partition() - Method in interface io.github.eocqrs.kafka.Data
Partition.
PartitionAssignmentStrategy - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `partition.assignment.strategy` kafka attribute.
PartitionAssignmentStrategy(String) - Constructor for class io.github.eocqrs.kafka.parameters.PartitionAssignmentStrategy
Ctor.
producer() - Method in class io.github.eocqrs.kafka.parameters.KfFlexible
 
producer() - Method in interface io.github.eocqrs.kafka.ProducerSettings
Kafka Producer.
producer() - Method in class io.github.eocqrs.kafka.xml.KfXmlFlexible
 
Producer<K,X> - Interface in io.github.eocqrs.kafka
Producer.
PRODUCER - Enum constant in enum io.github.eocqrs.kafka.xml.KfCustomer
The producer.
ProducerSettings<K,X> - Interface in io.github.eocqrs.kafka
Producer Settings.

R

ReceiveBufferBytes - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `receive.buffer.bytes` kafka attribute.
ReceiveBufferBytes(String) - Constructor for class io.github.eocqrs.kafka.parameters.ReceiveBufferBytes
Ctor.
Retries - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `retries` kafka attribute.
Retries(String) - Constructor for class io.github.eocqrs.kafka.parameters.Retries
Ctor.
RetryBackoffMs - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `retry.backoff.ms` kafka attribute.
RetryBackoffMs(String) - Constructor for class io.github.eocqrs.kafka.parameters.RetryBackoffMs
Ctor.

S

SaslJaasConfig - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `sasl.jaas.config` kafka attribute.
SaslJaasConfig(String) - Constructor for class io.github.eocqrs.kafka.parameters.SaslJaasConfig
Ctor.
SaslMechanism - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `sasl.mechanism` kafka attribute.
SaslMechanism(String) - Constructor for class io.github.eocqrs.kafka.parameters.SaslMechanism
Ctor.
SecurityProtocol - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `security.protocol` kafka attribute.
SecurityProtocol(String) - Constructor for class io.github.eocqrs.kafka.parameters.SecurityProtocol
Ctor.
send(K, Data<X>) - Method in class io.github.eocqrs.kafka.fake.FkProducer
 
send(K, Data<X>) - Method in class io.github.eocqrs.kafka.producer.KfProducer
 
send(K, Data<X>) - Method in interface io.github.eocqrs.kafka.Producer
Send data.
SendBufferBytes - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `send.buffer.bytes` kafka attribute.
SendBufferBytes(String) - Constructor for class io.github.eocqrs.kafka.parameters.SendBufferBytes
Ctor.
SessionTimeoutMs - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `session.timeout.ms` kafka attribute.
SessionTimeoutMs(String) - Constructor for class io.github.eocqrs.kafka.parameters.SessionTimeoutMs
Ctor.
settings - Variable in class io.github.eocqrs.kafka.parameters.KfFlexibleEnvelope
Settings in XML.
subscribe(Collection<String>) - Method in class io.github.eocqrs.kafka.consumer.KfConsumer
 
subscribe(Collection<String>) - Method in interface io.github.eocqrs.kafka.Consumer
Subscribe.
subscribe(Collection<String>) - Method in class io.github.eocqrs.kafka.fake.FkConsumer
 

T

TextXpath - Class in io.github.eocqrs.kafka.xml
 
TextXpath() - Constructor for class io.github.eocqrs.kafka.xml.TextXpath
 
topic() - Method in class io.github.eocqrs.kafka.data.KfData
 
topic() - Method in interface io.github.eocqrs.kafka.Data
Topic.
toString() - Method in enum io.github.eocqrs.kafka.xml.KfCustomer
 
toString() - Method in class io.github.eocqrs.kafka.xml.NameInCamelCase
 
toString() - Method in class io.github.eocqrs.kafka.xml.TextXpath
 

V

value - Variable in class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
The value.
value() - Method in class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
 
value() - Method in interface io.github.eocqrs.kafka.ParamsAttr
 
ValueDeserializer - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `value.deserializer` kafka attribute.
ValueDeserializer(String) - Constructor for class io.github.eocqrs.kafka.parameters.ValueDeserializer
Ctor.
valueOf(String) - Static method in enum io.github.eocqrs.kafka.xml.KfCustomer
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.eocqrs.kafka.xml.KfCustomer
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSerializer - Class in io.github.eocqrs.kafka.parameters
It's a wrapper for the `value.serializer` kafka attribute.
ValueSerializer(String) - Constructor for class io.github.eocqrs.kafka.parameters.ValueSerializer
Ctor.
A B C D E F G H I K L M N P R S T V 
All Classes and Interfaces|All Packages