Class AbstractEndpoint
Inheritance
System.Object
AbstractEndpoint
Assembly: Steeltoe.Management.Abstractions.dll
Syntax
public abstract class AbstractEndpoint : object, IEndpoint
Constructors
|
Edit this page
View Source
AbstractEndpoint(IEndpointOptions)
Declaration
public AbstractEndpoint(IEndpointOptions options)
Parameters
Fields
|
Edit this page
View Source
options
Declaration
protected IEndpointOptions options
Field Value
Properties
|
Edit this page
View Source
Enabled
Declaration
public virtual bool Enabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Id
Declaration
public virtual string Id { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Options
Declaration
public virtual IEndpointOptions Options { get; }
Property Value
|
Edit this page
View Source
Path
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|
Implements