IAttributeToFactoryMapper<TMetadata>
interface
Namespace: Orleans.Runtime
Responsible for mapping a facet metadata to a cachable factory.
public interface IAttributeToFactoryMapper<TMetadata> where TMetadata : Orleans.IFacetMetadataMethods
GetFactory(ParameterInfo, TMetadata)Responsible for mapping a facet metadata to a cachable factory from the parameter and facet metadata.
