Uses of Enum Class
org.apache.pulsar.websocket.WebSocketError
Packages that use WebSocketError
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of WebSocketError in org.apache.pulsar.websocket
Methods in org.apache.pulsar.websocket that return WebSocketErrorModifier and TypeMethodDescriptionstatic WebSocketErrorReturns the enum constant of this class with the specified name.static WebSocketError[]WebSocketError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.websocket with parameters of type WebSocketErrorModifier and TypeMethodDescriptionvoidAbstractWebSocketHandler.close(WebSocketError error) voidAbstractWebSocketHandler.close(WebSocketError error, String message) -
Uses of WebSocketError in org.apache.pulsar.websocket.data
Constructors in org.apache.pulsar.websocket.data with parameters of type WebSocketErrorModifierConstructorDescriptionProducerAck(WebSocketError error, String errorMsg, String messageId, String context)