Table of Contents

Class DiscoveryClientStartupFilter

Namespace
Steeltoe.Discovery.Client
Assembly
Steeltoe.Discovery.ClientCore.dll

Provides an alternate means of activating the Discovery client. Use this filter in place of calling UseDiscoveryClient in Startup.Configure().

[Obsolete("This functionality is now handled by DiscoveryClientService, this class will be removed in a future release")]
public class DiscoveryClientStartupFilter : IStartupFilter
Inheritance
DiscoveryClientStartupFilter
Implements
Inherited Members

Methods

Configure(Action<IApplicationBuilder>)

public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)

Parameters

next Action<IApplicationBuilder>

Returns

Action<IApplicationBuilder>