Orleans.Messaging Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ClientConfigurationReader |
Wrapper for legacy client config. Should not be used for any new development, only adapting legacy systems. |
StaticGatewayListProvider |
IGatewayListProvider implementation which returns a static list, configured via StaticGatewayListProviderOptions. |
Interfaces
IGatewayListListener |
A listener interface for optional GatewayList notifications provided by the IGatewayListObservable interface. |
IGatewayListObservable |
An optional interface that GatewayListProvider may implement if it support out of band gw update notifications. By default GatewayListProvider should suppport pull based queries (GetGateways). Optionally, some GatewayListProviders may be able to notify a listener if an updated gw information is available. This is optional and not required. |
IGatewayListProvider |
Interface that provides Orleans gateways information. |
ILegacyGatewayListProviderConfigurator |
LegacyGatewayProviderConfigurator configure GatewayListProvider in the legacy way, which is from ClientConfiguration |