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.
Cqrs.EventStore.EventStoreConnectionHelper< TAuthenticationToken > Class Template Reference

Creates instances of IEventStoreConnection. More...

+ Inheritance diagram for Cqrs.EventStore.EventStoreConnectionHelper< TAuthenticationToken >:

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...
 

Detailed Description

Creates instances of IEventStoreConnection.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.