Метод | Описание | |
---|---|---|
ConnectToEventStore ( string storageConfiguration, string storeId, string platformServerEndpoint ) : IRawEventStoreClient |
Creates a connection to event store, which can both read and write events.
|
|
ConnectToEventStoreAsReadOnly ( string storageConfiguration, string storeId ) : IRawEventStoreClient |
Creates a connection to event store, which can only both read and write events. Platform API connection is not needed.
|
|
ConnectToViewStorage ( string storageConfiguration, string containerName ) : ViewClient |
Creates a connection to view storage
|
Метод | Описание | |
---|---|---|
AzureActionPolicy ( Queue |
Retry policy to deal with transient errors on Windows Azure Storage. Defines when to give up on retry.
|
|
FileActionPolicy ( Queue |
Retry policy to deal with transient errors on filesystem. Defines when to give up on retry.
|
public static ConnectToEventStore ( string storageConfiguration, string storeId, string platformServerEndpoint ) : IRawEventStoreClient | ||
storageConfiguration | string | Storage configuration (either local file path
/// or |
storeId | string | Id of the store to connect to |
platformServerEndpoint | string | URL of public server API. |
Результат | IRawEventStoreClient |
public static ConnectToEventStoreAsReadOnly ( string storageConfiguration, string storeId ) : IRawEventStoreClient | ||
storageConfiguration | string | Storage configuration (either local file path
/// or |
storeId | string | Id of the store to connect to |
Результат | IRawEventStoreClient |
public static ConnectToViewStorage ( string storageConfiguration, string containerName ) : ViewClient | ||
storageConfiguration | string | Storage configuration (either local file path
/// or |
containerName | string | container name (directory) where to put views |
Результат | ViewClient |