- EventDeserializer - Class in net.osomahe.esk.eventstore.control
-
Deserialize the raw data from Kafka to JsonObject
- EventDeserializer() - Constructor for class net.osomahe.esk.eventstore.control.EventDeserializer
-
- EventExpirationSecs - Annotation Type in net.osomahe.esk.eventstore.entity
-
Using this annotation on
EventStoreEvent class you can set how long is the event valid and should be fired.
- EventGroupKey - Annotation Type in net.osomahe.esk.eventstore.entity
-
Events with similar value in field annotated by this annotation will be saved in similar partition.
- EventKey - Annotation Type in net.osomahe.esk.eventstore.entity
-
Field annotated by this annotation will be used as message key in kafka topic.
- EventName - Annotation Type in net.osomahe.esk.eventstore.entity
-
Annotation to force own event name otherwise it will be derived from event class name.
- EventNotPublishedException - Exception in net.osomahe.esk.eventstore.entity
-
Exception when publishing of an event failed.
- EventNotPublishedException(EventStoreEvent) - Constructor for exception net.osomahe.esk.eventstore.entity.EventNotPublishedException
-
- EventSerializer - Class in net.osomahe.esk.eventstore.control
-
- EventSerializer() - Constructor for class net.osomahe.esk.eventstore.control.EventSerializer
-
- EventStoreEvent - Interface in net.osomahe.esk.eventstore.entity
-
Marker interface for event store events.
- EventStoreException - Exception in net.osomahe.esk.eventstore.entity
-
Exception of event store.
- EventStoreException() - Constructor for exception net.osomahe.esk.eventstore.entity.EventStoreException
-
- EventStoreException(String) - Constructor for exception net.osomahe.esk.eventstore.entity.EventStoreException
-
- EventStoreException(String, Throwable) - Constructor for exception net.osomahe.esk.eventstore.entity.EventStoreException
-
- EventStoreException(Throwable) - Constructor for exception net.osomahe.esk.eventstore.entity.EventStoreException
-
- EventStoreException(String, Throwable, boolean, boolean) - Constructor for exception net.osomahe.esk.eventstore.entity.EventStoreException
-
- EventStoreExtension - Class in net.osomahe.esk
-
Kafka event store extension.
- EventStoreExtension() - Constructor for class net.osomahe.esk.EventStoreExtension
-
- EventStorePublisher - Class in net.osomahe.esk.eventstore.boundary
-
Provides publishing to Kafka topics.
- EventStorePublisher() - Constructor for class net.osomahe.esk.eventstore.boundary.EventStorePublisher
-
- EventStorePublisherConfig - Interface in net.osomahe.esk.config.boundary
-
Provides publisher configuration.
- EventStoreSubscriber - Class in net.osomahe.esk.eventstore.control
-
Handles subscription to correct Kafka topics and fires correct events which are observed.
- EventStoreSubscriber() - Constructor for class net.osomahe.esk.eventstore.control.EventStoreSubscriber
-
- EventStoreSubscriberConfig - Interface in net.osomahe.esk.config.boundary
-
Provides subscriber configuration.
- EventSubscription - Class in net.osomahe.esk.eventstore.entity
-
EventStoreEvent class used to subscribe for specific event in Kafka.
- EventSubscription(Class<? extends EventStoreEvent>) - Constructor for class net.osomahe.esk.eventstore.entity.EventSubscription
-
- EventSubscriptionDataStore - Class in net.osomahe.esk.eventstore.control
-
CDI EventStoreEvent subscription data store for events which were recognized by CDI extension to be observed.
- EventSubscriptionDataStore() - Constructor for class net.osomahe.esk.eventstore.control.EventSubscriptionDataStore
-