Interface IServiceExpressionContext
- Namespace
- Steeltoe.Common.Expression.Internal.Contexts
- Assembly
- Steeltoe.Common.Abstractions.dll
public interface IServiceExpressionContext
Properties
ApplicationContext
IApplicationContext ApplicationContext { get; }
Property Value
Methods
ContainsService(string)
bool ContainsService(string serviceName)
Parameters
serviceName
string
Returns
ContainsService(string, Type)
bool ContainsService(string serviceName, Type serviceType)
Parameters
Returns
GetService(string)
object GetService(string serviceName)
Parameters
serviceName
string
Returns
GetService(string, Type)
object GetService(string serviceName, Type serviceType)