org.qi4j.library.eventsourcing.domain.source.jdbm
Interface JdbmEventStoreService

All Superinterfaces:
Activatable, Composite, EventManagement, EventSource, EventStore, EventStream, Identity, ServiceComposite

@Mixins(value=JdbmEventStoreService.JdbmEventStoreMixin.class)
public interface JdbmEventStoreService
extends EventSource, EventStore, EventStream, EventManagement, Activatable, ServiceComposite

JAVADOC


Nested Class Summary
static class JdbmEventStoreService.JdbmEventStoreMixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 
Methods inherited from interface org.qi4j.library.eventsourcing.domain.source.EventSource
count, events
 
Methods inherited from interface org.qi4j.library.eventsourcing.domain.source.EventStore
storeEvents
 
Methods inherited from interface org.qi4j.library.eventsourcing.domain.source.EventStream
registerListener, unregisterListener
 
Methods inherited from interface org.qi4j.library.eventsourcing.domain.source.EventManagement
restore
 
Methods inherited from interface org.qi4j.api.service.Activatable
activate, passivate
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type