Table of Contents

Class CloudFoundryApplicationBuilderExtensions

Namespace
Steeltoe.Management.CloudFoundry
Assembly
Steeltoe.Management.CloudFoundryCore.dll
public static class CloudFoundryApplicationBuilderExtensions
Inheritance
CloudFoundryApplicationBuilderExtensions
Inherited Members

Methods

UseCloudFoundryActuators(IApplicationBuilder)

Add all CloudFoundry Actuators (Info, Health, Loggers, Trace) and configure CORS

public static void UseCloudFoundryActuators(this IApplicationBuilder app)

Parameters

app IApplicationBuilder

AppBuilder needing actuators added

UseCloudFoundryActuators(IApplicationBuilder, MediaTypeVersion, ActuatorContext)

Add all CloudFoundry Actuators (Info, Health, Loggers, Trace) and configure CORS

public static void UseCloudFoundryActuators(this IApplicationBuilder app, MediaTypeVersion version, ActuatorContext context)

Parameters

app IApplicationBuilder

AppBuilder needing actuators added

version MediaTypeVersion

Mediatype version of the response

context ActuatorContext

Actuator context for endpoints