![]() |
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.
|
A factory that creates channels of different types that are used by clients to send messages to variously configured service endpoints. More...
Inheritance diagram for Cqrs.Services.ServiceChannelFactory< TService >:Public Member Functions | |
| ServiceChannelFactory (string endpointConfigurationName) | |
| Instantiates a new instance of the ServiceChannelFactory<TService> class with a specified endpoint configuration name. More... | |
Protected Member Functions | |
| virtual void | AttachDataContractResolver (ServiceEndpoint endpoint) |
| Uses WcfDataContractResolverConfiguration.GetDataContracts<TService> to find resolvers to automatically attach to each OperationDescription in ContractDescription.Operations of ServiceEndpoint.Contract of the provided endpoint . More... | |
| virtual void | RegisterDataContracts () |
| Register any additional resolvers. More... | |
A factory that creates channels of different types that are used by clients to send messages to variously configured service endpoints.
| TService | The Type of service this ChannelFactory is for. |