![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Creates instances of IEventStoreConnection. More...
Public Member Functions | |
EventStoreConnectionHelper (IEventBuilder< TAuthenticationToken > eventBuilder, IConfigurationManager configurationManager) | |
Instantiates a new instance of EventStoreConnectionHelper<TAuthenticationToken> More... | |
virtual IEventStoreConnection | GetEventStoreConnection () |
Gets a IEventStoreConnection More... | |
Protected Member Functions | |
virtual string | GetEventStoreClientName () |
Get the client name from the ConfigurationManager that describes the client that will connect to the server. More... | |
virtual string | GetEventStoreConnectionLogStreamName () |
Get the connection stream name from the ConfigurationManager. More... | |
virtual IPEndPoint | GetEventStoreIpEndPoint () |
Get the IP address of the server from the ConfigurationManager. More... | |
Properties | |
IEventBuilder< TAuthenticationToken > | EventBuilder [get] |
The IEventBuilder<TAuthenticationToken> that is used. More... | |
IConfigurationManager | ConfigurationManager [get] |
The IConfigurationManager that is used. More... | |
Creates instances of IEventStoreConnection.
TAuthenticationToken | The Type of the authentication token. |