C# Class Platform.StreamClients.JsonEventStoreClientBase

Afficher le fichier Open project: Lokad/lokad-data-platform

Méthodes publiques

Свойство Type Description
StoreId EventStoreId
WriteClient JsonServiceClient

Méthodes publiques

Méthode Description
ThrowIfClientNotInitialized ( ) : void
WriteEvent ( string streamId, byte eventData ) : void

Méthodes protégées

Méthode Description
ImportEventsInternal ( string streamId, string location, long length ) : void
JsonEventStoreClientBase ( EventStoreId storeId, string uri ) : System.Net

Method Details

ImportEventsInternal() protected méthode

protected ImportEventsInternal ( string streamId, string location, long length ) : void
streamId string
location string
length long
Résultat void

JsonEventStoreClientBase() protected méthode

protected JsonEventStoreClientBase ( EventStoreId storeId, string uri ) : System.Net
storeId EventStoreId
uri string
Résultat System.Net

ThrowIfClientNotInitialized() public méthode

public ThrowIfClientNotInitialized ( ) : void
Résultat void

WriteEvent() public méthode

public WriteEvent ( string streamId, byte eventData ) : void
streamId string
eventData byte
Résultat void

Property Details

StoreId public_oe property

public EventStoreId StoreId
Résultat EventStoreId

WriteClient public_oe property

public JsonServiceClient WriteClient
Résultat JsonServiceClient