Index
All Classes and Interfaces|All Packages
A
- 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
B
- 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.
C
- 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
- 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
- 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.
F
- FkConsumer<K,
X> - Class in io.github.eocqrs.kafka.fake - FkConsumer() - Constructor for class io.github.eocqrs.kafka.fake.FkConsumer
- FkProducer<K,
X> - Class in io.github.eocqrs.kafka.fake - 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.
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
- 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
- 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.
N
- name - Variable in class io.github.eocqrs.kafka.parameters.KfAttrEnvelope
- 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.
- 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
- ProducerSettings<K,
X> - Interface in io.github.eocqrs.kafka -
Producer Settings.
S
- 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.
- 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
- 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.
All Classes and Interfaces|All Packages