Class CloudFoundryActuatorsStartupFilter
- Namespace
- Steeltoe.Management.CloudFoundry
- Assembly
- Steeltoe.Management.CloudFoundryCore.dll
[Obsolete("This class will be removed in a future release, Use Steeltoe.Management.Endpoint.AllActuatorsStartupFilter instead")]
public class CloudFoundryActuatorsStartupFilter : IStartupFilter
- Inheritance
-
CloudFoundryActuatorsStartupFilter
- Implements
- Inherited Members
Constructors
CloudFoundryActuatorsStartupFilter()
public CloudFoundryActuatorsStartupFilter()
CloudFoundryActuatorsStartupFilter(MediaTypeVersion)
[Obsolete("MediaTypeVersion parameter is not used")]
public CloudFoundryActuatorsStartupFilter(MediaTypeVersion mediaTypeVersion)
Parameters
mediaTypeVersion
MediaTypeVersion
Methods
Configure(Action<IApplicationBuilder>)
public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)
Parameters
next
Action<IApplicationBuilder>