Table of Contents

Interface IEndpoint

Namespace
Steeltoe.Management
Assembly
Steeltoe.Management.Abstractions.dll
public interface IEndpoint

Properties

Enabled

bool Enabled { get; }

Property Value

bool

Id

string Id { get; }

Property Value

string

Options

IEndpointOptions Options { get; }

Property Value

IEndpointOptions

Path

string Path { get; }

Property Value

string