Web Pub Sub Hub Properties Response
    data class WebPubSubHubPropertiesResponse(val anonymousConnectPolicy: String? = null, val eventHandlers: List<EventHandlerResponse>? = null, val eventListeners: List<EventListenerResponse>? = null)
Properties of a hub.
Constructors
Link copied to clipboard
                fun WebPubSubHubPropertiesResponse(anonymousConnectPolicy: String? = null, eventHandlers: List<EventHandlerResponse>? = null, eventListeners: List<EventListenerResponse>? = null)
Types
Properties
Link copied to clipboard
                Link copied to clipboard
                Event listener settings for forwarding your client events to listeners. Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients. One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter. Maximum count of event listeners among all hubs is 10.