Interface IServiceResolver
Namespace: Steeltoe.Common.Expression.Internal
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IServiceResolver
Methods
| Edit this page View SourceResolve(IEvaluationContext, String)
Declaration
object Resolve(IEvaluationContext context, string serviceName)
Parameters
Type | Name | Description |
---|---|---|
IEvaluationContext | context | |
System.String | serviceName |
Returns
Type | Description |
---|---|
System.Object |