Interface IEndpoint
- Namespace
- Steeltoe.Management
- Assembly
- Steeltoe.Management.Abstractions.dll
public interface IEndpoint
Properties
Enabled
bool Enabled { get; }
Property Value
Id
string Id { get; }
Property Value
Options
IEndpointOptions Options { get; }
Property Value
Path
string Path { get; }