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
Properties
Enabled
public virtual bool Enabled { get; }
Property Value
Id
public virtual string Id { get; }
Property Value
Options
public virtual IEndpointOptions Options { get; }
Property Value
Path
public string Path { get; }