Uses of Class
org.apache.shenyu.common.dto.WebsocketData
-
Packages that use WebsocketData Package Description org.apache.shenyu.common.dto -
-
Uses of WebsocketData in org.apache.shenyu.common.dto
Methods in org.apache.shenyu.common.dto that return WebsocketData Modifier and Type Method Description WebsocketData<T>WebsocketData. setData(java.util.List<T> data)set data.WebsocketData<T>WebsocketData. setEventType(java.lang.String eventType)set eventType.WebsocketData<T>WebsocketData. setGroupType(java.lang.String groupType)set groupType.
-