KestrunHub constructor

Default SignalR hub for Kestrun providing real-time communication capabilities. Clients can connect to this hub to receive log messages, events, and other real-time updates.

public KestrunHub(ILogger logger, IConnectionTracker tracker)
parameter description
logger The Serilog logger instance.
tracker The connection tracker for counting connected clients.

Remarks

Initializes a new instance of the KestrunHub class.

See Also