WebPubSubHubPropertiesResponse

data class WebPubSubHubPropertiesResponse(val anonymousConnectPolicy: String? = null, val eventHandlers: List<EventHandlerResponse>? = null)

Properties of a hub.

Constructors

Link copied to clipboard
constructor(anonymousConnectPolicy: String? = null, eventHandlers: List<EventHandlerResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny". Default to "deny".

Link copied to clipboard

Event handler of a hub.