Uses of Class
org.apache.pulsar.websocket.WebSocketError
-
Packages that use WebSocketError Package Description org.apache.pulsar.websocket org.apache.pulsar.websocket.data -
-
Uses of WebSocketError in org.apache.pulsar.websocket
Methods in org.apache.pulsar.websocket that return WebSocketError Modifier and Type Method Description static WebSocketErrorWebSocketError. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebSocketError[]WebSocketError. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.websocket with parameters of type WebSocketError Modifier and Type Method Description voidAbstractWebSocketHandler. close(WebSocketError error)voidAbstractWebSocketHandler. close(WebSocketError error, java.lang.String message) -
Uses of WebSocketError in org.apache.pulsar.websocket.data
Constructors in org.apache.pulsar.websocket.data with parameters of type WebSocketError Constructor Description ProducerAck(WebSocketError error, java.lang.String errorMsg, java.lang.String messageId, java.lang.String context)
-