C# 클래스 Platform.StreamClients.JsonEventStoreClientBase

파일 보기 프로젝트 열기: Lokad/lokad-data-platform

공개 프로퍼티들

프로퍼티 타입 설명
StoreId EventStoreId
WriteClient JsonServiceClient

공개 메소드들

메소드 설명
ThrowIfClientNotInitialized ( ) : void
WriteEvent ( string streamId, byte eventData ) : void

보호된 메소드들

메소드 설명
ImportEventsInternal ( string streamId, string location, long length ) : void
JsonEventStoreClientBase ( EventStoreId storeId, string uri ) : System.Net

메소드 상세

ImportEventsInternal() 보호된 메소드

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

JsonEventStoreClientBase() 보호된 메소드

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

ThrowIfClientNotInitialized() 공개 메소드

public ThrowIfClientNotInitialized ( ) : void
리턴 void

WriteEvent() 공개 메소드

public WriteEvent ( string streamId, byte eventData ) : void
streamId string
eventData byte
리턴 void

프로퍼티 상세

StoreId 공개적으로 프로퍼티

public EventStoreId StoreId
리턴 EventStoreId

WriteClient 공개적으로 프로퍼티

public JsonServiceClient WriteClient
리턴 JsonServiceClient