Table of Contents

Interface IKeyedServiceFactory<TAttr, TService>

Namespace
JobFlow.Core.Infrastructure.Factories
Assembly
JobFlow.Core.dll
public interface IKeyedServiceFactory<TAttr, TService> where TAttr : ServiceKeyAttribute

Type Parameters

TAttr
TService
Extension Methods

Methods

GetDescriptor(string)

KeyedServiceDescriptor<TAttr> GetDescriptor(string key)

Parameters

key string

Returns

KeyedServiceDescriptor<TAttr>

Resolve(string)

KeyedServiceData<TAttr, TService> Resolve(string key)

Parameters

key string

Returns

KeyedServiceData<TAttr, TService>