Skip navigation links
A C D E G H I K O P Q R S T V 

A

addCallback(ListenableFutureCallback<Event>) - Method in class de.otto.eventsourcing.query.QueryService
 

C

clear() - Method in class de.otto.eventsourcing.event.EventLog
 
CommandService<T> - Class in de.otto.eventsourcing.command
 
CommandService(KafkaTemplate<Key, Event>, EventFactory<T>, String) - Constructor for class de.otto.eventsourcing.command.CommandService
 
CommandService(KafkaTemplate<Key, Event>, EventFactory<T>, KafkaProperties) - Constructor for class de.otto.eventsourcing.command.CommandService
 
create(T) - Method in class de.otto.eventsourcing.command.CommandService
 
createEventsFor(T) - Method in interface de.otto.eventsourcing.command.EventFactory
 

D

de.otto.eventsourcing.command - package de.otto.eventsourcing.command
 
de.otto.eventsourcing.configuration - package de.otto.eventsourcing.configuration
 
de.otto.eventsourcing.event - package de.otto.eventsourcing.event
 
de.otto.eventsourcing.query - package de.otto.eventsourcing.query
 
delete(String) - Method in class de.otto.eventsourcing.command.CommandService
 
deleteAll() - Method in class de.otto.eventsourcing.query.QueryService
ONLY for testing purposes!
deleteEventsFor(String) - Method in interface de.otto.eventsourcing.command.EventFactory
 

E

equals(Object) - Method in class de.otto.eventsourcing.event.Event
 
equals(Object) - Method in class de.otto.eventsourcing.event.Key
 
Event - Class in de.otto.eventsourcing.event
 
Event(Event.Type, String, Map<String, Object>) - Constructor for class de.otto.eventsourcing.event.Event
 
Event(Event.Type, Key, Map<String, Object>) - Constructor for class de.otto.eventsourcing.event.Event
 
Event.Type - Enum in de.otto.eventsourcing.event
 
eventConsumerFactory(KafkaProperties, Deserializer<Key>, Deserializer<Event>) - Method in class de.otto.eventsourcing.configuration.KafkaConsumerConfiguration
 
eventDeserializer() - Method in class de.otto.eventsourcing.configuration.KafkaConsumerConfiguration
 
EventFactory<T> - Interface in de.otto.eventsourcing.command
 
eventKafkaTemplate(ProducerFactory<Key, Event>, ProducerListener<Key, Event>, KafkaProperties) - Method in class de.otto.eventsourcing.configuration.KafkaProducerConfiguration
 
EventLog - Class in de.otto.eventsourcing.event
 
EventLog() - Constructor for class de.otto.eventsourcing.event.EventLog
 
EventLog(int) - Constructor for class de.otto.eventsourcing.event.EventLog
 
EventProcessor<T> - Interface in de.otto.eventsourcing.query
 
eventProducerFactory(Serializer<Key>, Serializer<Event>, KafkaProperties) - Method in class de.otto.eventsourcing.configuration.KafkaProducerConfiguration
 
eventProducerListener() - Method in class de.otto.eventsourcing.configuration.KafkaProducerConfiguration
 
eventSerializer(ObjectMapper) - Method in class de.otto.eventsourcing.configuration.KafkaProducerConfiguration
 

G

get(String) - Method in class de.otto.eventsourcing.query.QueryService
 
getAll() - Method in class de.otto.eventsourcing.query.QueryService
 
getEntityId() - Method in class de.otto.eventsourcing.event.Key
 
getEvents() - Method in class de.otto.eventsourcing.event.EventLog
 
getKey() - Method in class de.otto.eventsourcing.event.Event
 
getLastError() - Method in class de.otto.eventsourcing.event.EventLog
 
getParts() - Method in class de.otto.eventsourcing.event.Key
 
getPayload() - Method in class de.otto.eventsourcing.event.Event
 
getType() - Method in class de.otto.eventsourcing.event.Event
 

H

hashCode() - Method in class de.otto.eventsourcing.event.Event
 
hashCode() - Method in class de.otto.eventsourcing.event.Key
 

I

isComplex() - Method in class de.otto.eventsourcing.event.Key
 

K

KafkaConsumerConfiguration - Class in de.otto.eventsourcing.configuration
 
KafkaConsumerConfiguration() - Constructor for class de.otto.eventsourcing.configuration.KafkaConsumerConfiguration
 
kafkaListenerContainerFactory(ConsumerFactory<Key, Event>) - Method in class de.otto.eventsourcing.configuration.KafkaConsumerConfiguration
 
KafkaProducerConfiguration - Class in de.otto.eventsourcing.configuration
 
KafkaProducerConfiguration() - Constructor for class de.otto.eventsourcing.configuration.KafkaProducerConfiguration
 
Key - Class in de.otto.eventsourcing.event
The parts of an Event.
Key(String) - Constructor for class de.otto.eventsourcing.event.Key
 
Key(String, String, String) - Constructor for class de.otto.eventsourcing.event.Key
 
Key(String, String, String, String...) - Constructor for class de.otto.eventsourcing.event.Key
 
Key(String, Map<String, String>) - Constructor for class de.otto.eventsourcing.event.Key
 
keyDeserializer(ObjectMapper) - Method in class de.otto.eventsourcing.configuration.KafkaConsumerConfiguration
 
keySerializer(ObjectMapper) - Method in class de.otto.eventsourcing.configuration.KafkaProducerConfiguration
 

O

onFailure(Throwable) - Method in class de.otto.eventsourcing.event.EventLog
 
onSuccess(Event) - Method in class de.otto.eventsourcing.event.EventLog
 

P

patch(T) - Method in class de.otto.eventsourcing.command.CommandService
 
patchEventsFor(T) - Method in interface de.otto.eventsourcing.command.EventFactory
 
process(Event, Optional<T>) - Method in interface de.otto.eventsourcing.query.EventProcessor
 
put(T) - Method in class de.otto.eventsourcing.command.CommandService
 
putEventsFor(T) - Method in interface de.otto.eventsourcing.command.EventFactory
 

Q

QueryService<T> - Class in de.otto.eventsourcing.query
 
QueryService(EventProcessor<T>) - Constructor for class de.otto.eventsourcing.query.QueryService
 

R

receive(Event) - Method in class de.otto.eventsourcing.query.QueryService
 
removeCallback(ListenableFutureCallback<Event>) - Method in class de.otto.eventsourcing.query.QueryService
 

S

send(List<Event>) - Method in class de.otto.eventsourcing.command.CommandService
 
send(Event) - Method in class de.otto.eventsourcing.command.CommandService
 
setEntityId(String) - Method in class de.otto.eventsourcing.event.Key
 
setParts(String, String) - Method in class de.otto.eventsourcing.event.Key
 
size() - Method in class de.otto.eventsourcing.query.QueryService
 

T

toString() - Method in class de.otto.eventsourcing.event.Event
 
toString() - Method in class de.otto.eventsourcing.event.Key
 

V

valueOf(String) - Static method in enum de.otto.eventsourcing.event.Event.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.otto.eventsourcing.event.Event.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I K O P Q R S T V 
Skip navigation links