Skip to content

IHubRegistrationPlugin

NexusLabs.Needlr.SignalR

NexusLabs.Needlr.SignalR

IHubRegistrationPlugin Interface

Defines a plugin for registering SignalR hubs with the application. Implement this interface to provide hub routing information for automatic endpoint mapping.

public interface IHubRegistrationPlugin

Properties

IHubRegistrationPlugin.HubPath Property

Gets the path used to identify the hub.

string HubPath { get; }

Property Value

System.String

IHubRegistrationPlugin.HubType Property

Gets the System.Type of the hub being registered.

System.Type HubType { get; }

Property Value

System.Type