C# Class Platform.StreamClients.JsonEventStoreClientBase

显示文件 Open project: Lokad/lokad-data-platform

Public Properties

Property Type Description
StoreId EventStoreId
WriteClient JsonServiceClient

Public Methods

Method Description
ThrowIfClientNotInitialized ( ) : void
WriteEvent ( string streamId, byte eventData ) : void

Protected Methods

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

Method Details

ImportEventsInternal() protected method

protected ImportEventsInternal ( string streamId, string location, long length ) : void
streamId string
location string
length long
return void

JsonEventStoreClientBase() protected method

protected JsonEventStoreClientBase ( EventStoreId storeId, string uri ) : System.Net
storeId EventStoreId
uri string
return System.Net

ThrowIfClientNotInitialized() public method

public ThrowIfClientNotInitialized ( ) : void
return void

WriteEvent() public method

public WriteEvent ( string streamId, byte eventData ) : void
streamId string
eventData byte
return void

Property Details

StoreId public_oe property

public EventStoreId StoreId
return EventStoreId

WriteClient public_oe property

public JsonServiceClient WriteClient
return JsonServiceClient