Class HealthStartupFilter
- Namespace
 - Steeltoe.Management.Endpoint.Health
 
- Assembly
 - Steeltoe.Management.EndpointCore.dll
 
[Obsolete("This class will be removed in a future release, Use Steeltoe.Management.Endpoint.AllActuatorsStartupFilter instead")]
public class HealthStartupFilter : IStartupFilter
  - Inheritance
 - 
      
      HealthStartupFilter
 
- Implements
 
- Inherited Members
 
Methods
Configure(Action<IApplicationBuilder>)
Extends the provided next and returns an Action of the same type.
public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)
  Parameters
nextAction<IApplicationBuilder>The Configure method to extend.
Returns
- Action<IApplicationBuilder>
 A modified Action.
InitializeAvailability(IServiceProvider)
public static void InitializeAvailability(IServiceProvider serviceProvider)
  Parameters
serviceProviderIServiceProvider