Class SubscribeMessage
- java.lang.Object
-
- dev.hilla.push.messages.fromclient.AbstractServerMessage
-
- dev.hilla.push.messages.fromclient.SubscribeMessage
-
public class SubscribeMessage extends AbstractServerMessage
-
-
Constructor Summary
Constructors Constructor Description SubscribeMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndpointName()StringgetMethodName()com.fasterxml.jackson.databind.node.ArrayNodegetParams()voidsetEndpointName(String endpointName)voidsetMethodName(String methodName)voidsetParams(com.fasterxml.jackson.databind.node.ArrayNode params)-
Methods inherited from class dev.hilla.push.messages.fromclient.AbstractServerMessage
getId, setId
-
-
-
-
Method Detail
-
getEndpointName
public String getEndpointName()
-
setEndpointName
public void setEndpointName(String endpointName)
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String methodName)
-
getParams
public com.fasterxml.jackson.databind.node.ArrayNode getParams()
-
setParams
public void setParams(com.fasterxml.jackson.databind.node.ArrayNode params)
-
-