| Class | Description |
|---|---|
| EventDeserializer |
Deserialize the raw data from Kafka to
JsonObject |
| EventSerializer |
Serialize given
EventStoreEvent to JsonObject and to the utf-8 byte array. |
| EventStoreSubscriber |
Handles subscription to correct Kafka topics and fires correct events which are observed.
|
| EventSubscriptionDataStore |
CDI EventStoreEvent subscription data store for events which were recognized by CDI extension to be observed.
|
| KafkaProducerFactory |
Produces
KafkaProducer instances. |
| TopicService |
Provides operations with kafka topics.
|
Copyright © 2019. All rights reserved.