public class HazelcastJournaledEventStore extends Object implements JournaledEventStore
| Constructor and Description |
|---|
HazelcastJournaledEventStore(com.hazelcast.core.IList<ClientApplicationEvent> store) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClientApplicationEvent> |
findAll() |
void |
store(ClientApplicationEvent event) |
public HazelcastJournaledEventStore(com.hazelcast.core.IList<ClientApplicationEvent> store)
public Collection<ClientApplicationEvent> findAll()
findAll in interface JournaledEventStorepublic void store(ClientApplicationEvent event)
store in interface JournaledEventStoreCopyright © 2018 codecentric AG. All rights reserved.