We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.hilla.push.messages.fromclient.
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)
-