Class WebsocketAgentLink

java.lang.Object
org.openremote.model.asset.agent.AgentLink<WebsocketAgentLink>
org.openremote.agent.protocol.websocket.WebsocketAgentLink
All Implemented Interfaces:
Serializable

public class WebsocketAgentLink extends org.openremote.model.asset.agent.AgentLink<WebsocketAgentLink>
See Also:
  • Field Details

  • Constructor Details

    • WebsocketAgentLink

      protected WebsocketAgentLink()
    • WebsocketAgentLink

      public WebsocketAgentLink(String id)
  • Method Details

    • getWebsocketSubscriptions

      @JsonPropertyDescription("Array of WebsocketSubscriptions that should be executed when the linked attribute is linked; the subscriptions are executed in the order specified in the array.") public Optional<WebsocketSubscription[]> getWebsocketSubscriptions()
    • setWebsocketSubscriptions

      public WebsocketAgentLink setWebsocketSubscriptions(WebsocketSubscription[] websocketSubscriptions)