Class ManagementHostBuilderExtensions
- Namespace
- Steeltoe.Management.Endpoint
- Assembly
- Steeltoe.Management.EndpointCore.dll
public static class ManagementHostBuilderExtensions- Inheritance
- 
      
      ManagementHostBuilderExtensions
- Inherited Members
Methods
AddCloudFoundryActuator(IHostBuilder)
Adds the Cloud Foundry actuator to the application
public static IHostBuilder AddCloudFoundryActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddDbMigrationsActuator(IHostBuilder)
Adds the Database Migrations actuator to the application
public static IHostBuilder AddDbMigrationsActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddEnvActuator(IHostBuilder)
Adds the Environment actuator to the application
public static IHostBuilder AddEnvActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddHealthActuator(IHostBuilder)
Adds the Health actuator to the application
public static IHostBuilder AddHealthActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddHealthActuator(IHostBuilder, IHealthAggregator, Type[])
Adds the Health actuator to the application
public static IHostBuilder AddHealthActuator(this IHostBuilder hostBuilder, IHealthAggregator aggregator, Type[] contributors)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
- aggregatorIHealthAggregator
- Custom health aggregator 
- contributorsType[]
- Types that contribute to the overall health of the app 
Returns
AddHealthActuator(IHostBuilder, Type[])
Adds the Health actuator to the application
public static IHostBuilder AddHealthActuator(this IHostBuilder hostBuilder, Type[] contributors)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
- contributorsType[]
- Types that contribute to the overall health of the app 
Returns
AddHeapDumpActuator(IHostBuilder)
Adds the HeapDump actuator to the application
public static IHostBuilder AddHeapDumpActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddHypermediaActuator(IHostBuilder)
Adds the Hypermedia actuator to the application
public static IHostBuilder AddHypermediaActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddInfoActuator(IHostBuilder)
Adds the Info actuator to the application
public static IHostBuilder AddInfoActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddInfoActuator(IHostBuilder, IInfoContributor[])
Adds the Info actuator to the application
public static IHostBuilder AddInfoActuator(this IHostBuilder hostBuilder, IInfoContributor[] contributors)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
- contributorsIInfoContributor[]
- Contributors to application information 
Returns
AddLoggersActuator(IHostBuilder)
Adds the Loggers actuator to the application
public static IHostBuilder AddLoggersActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddMappingsActuator(IHostBuilder)
Adds the Mappings actuator to the application
public static IHostBuilder AddMappingsActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddMetricsActuator(IHostBuilder)
Adds the Metrics actuator to the application
public static IHostBuilder AddMetricsActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddRefreshActuator(IHostBuilder)
Adds the Refresh actuator to the application
public static IHostBuilder AddRefreshActuator(this IHostBuilder hostBuilder)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
Returns
AddThreadDumpActuator(IHostBuilder, MediaTypeVersion)
Adds the ThreadDump actuator to the application
public static IHostBuilder AddThreadDumpActuator(this IHostBuilder hostBuilder, MediaTypeVersion mediaTypeVersion = MediaTypeVersion.V1)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
- mediaTypeVersionMediaTypeVersion
- Specify the media type version to use in the response 
Returns
AddTraceActuator(IHostBuilder, MediaTypeVersion)
Adds the Trace actuator to the application
public static IHostBuilder AddTraceActuator(this IHostBuilder hostBuilder, MediaTypeVersion mediaTypeVersion = MediaTypeVersion.V1)Parameters
- hostBuilderIHostBuilder
- Your HostBuilder 
- mediaTypeVersionMediaTypeVersion
- Specify the media type version to use in the response