Class SubscribeMessage
java.lang.Object
com.vaadin.hilla.push.messages.fromclient.AbstractServerMessage
com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ArrayNode
void
setEndpointName
(String endpointName) void
setMethodName
(String methodName) void
setParams
(com.fasterxml.jackson.databind.node.ArrayNode params) Methods inherited from class com.vaadin.hilla.push.messages.fromclient.AbstractServerMessage
getId, setId
-
Constructor Details
-
SubscribeMessage
public SubscribeMessage()
-
-
Method Details
-
getEndpointName
-
setEndpointName
-
getMethodName
-
setMethodName
-
getParams
public com.fasterxml.jackson.databind.node.ArrayNode getParams() -
setParams
public void setParams(com.fasterxml.jackson.databind.node.ArrayNode params)
-