Table of Contents

Interface IClientEnumerableObservable

Namespace
Cratis.Applications.Queries
Assembly
Cratis.Applications.dll

Defines an enumerable that is observed by a connected client.

public interface IClientEnumerableObservable
Extension Methods

Methods

HandleConnection(HttpContext)

Handle the HTTP context for minimal API endpoints.

Task HandleConnection(HttpContext httpContext)

Parameters

httpContext HttpContext

HttpContext to handle for.

Returns

Task

A Task representing the asynchronous operation.