Table of Contents

Interface IEndpointRegistration

Namespace: Apollo.Extensions.Microsoft.Hosting
Assembly: Apollo.Extensions.Microsoft.Hosting.dll

public interface IEndpointRegistration

Properties

Config

EndpointConfig Config { get; }

Property Value

EndpointConfig

EndpointType

Type? EndpointType { get; }

Property Value

Type?

Handler

Func<ApolloContext, CancellationToken, Task>? Handler { get; }

Property Value

Func<ApolloContext, CancellationToken, Task>?

IsHandler

bool IsHandler { get; }

Property Value

bool