Struct eventsourcing::eventstore::OrgEventStore[][src]

pub struct OrgEventStore { /* fields omitted */ }

Client for the eventstore.org Event Store

Methods

impl OrgEventStore
[src]

Creates a new event store client with the given host name and port number.

Trait Implementations

impl Default for OrgEventStore
[src]

Creates an event store client pointing to localhost:2113, the default address

impl EventStore for OrgEventStore
[src]

Auto Trait Implementations