Table of Contents

Class DefaultEventStoreNamespaceResolver

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

Represents a default implementation of IEventStoreNamespaceResolver that always returns the default namespace.

public class DefaultEventStoreNamespaceResolver : IEventStoreNamespaceResolver
Inheritance
DefaultEventStoreNamespaceResolver
Implements
Inherited Members

Methods

Resolve()

Resolves the current event store namespace.

public EventStoreNamespaceName Resolve()

Returns

EventStoreNamespaceName

The EventStoreNamespaceName to use.