HubSettings

public class HubSettings

Class which stores the base url of the hub. Hub is responsible of notifying subscribers of changes in topics to which they subscribed.

Methods

getHubBaseUrl

public String getHubBaseUrl()

Gets the hub base url.

Returns:the hub base url

setHubBaseUrl

public void setHubBaseUrl(String hubBaseUrl)

Sets the hub base url.

Parameters:
  • hubBaseUrl – the hub base url to be set