Class AbstractEndpoint<TResult>
Base class for management endpoints
Inheritance
System.Object
AbstractEndpoint<TResult>
Inherited Members
Namespace: Steeltoe.Management
Assembly: Steeltoe.Management.Abstractions.dll
Syntax
public abstract class AbstractEndpoint<TResult> : AbstractEndpoint, IEndpoint<TResult>, IEndpoint
Type Parameters
Name | Description |
---|---|
TResult | Type of response returned from calls to this endpoint |
Constructors
| Edit this page View SourceAbstractEndpoint(IEndpointOptions)
Declaration
public AbstractEndpoint(IEndpointOptions options)
Parameters
Type | Name | Description |
---|---|---|
IEndpointOptions | options |
Methods
| Edit this page View SourceInvoke()
Declaration
public virtual TResult Invoke()
Returns
Type | Description |
---|---|
TResult |