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.
Properties¶
IHubRegistrationPlugin.HubPath Property¶
Gets the path used to identify the hub.
Property Value¶
IHubRegistrationPlugin.HubType Property¶
Gets the System.Type of the hub being registered.