Table of Contents

Class AbstractEndpoint

Namespace
Steeltoe.Management
Assembly
Steeltoe.Management.Abstractions.dll
public abstract class AbstractEndpoint : IEndpoint
Inheritance
AbstractEndpoint
Implements
Derived
Inherited Members

Constructors

AbstractEndpoint(IEndpointOptions)

public AbstractEndpoint(IEndpointOptions options)

Parameters

options IEndpointOptions

Fields

options

protected IEndpointOptions options

Field Value

IEndpointOptions

Properties

Enabled

public virtual bool Enabled { get; }

Property Value

bool

Id

public virtual string Id { get; }

Property Value

string

Options

public virtual IEndpointOptions Options { get; }

Property Value

IEndpointOptions

Path

public string Path { get; }

Property Value

string