| Package | Description |
|---|---|
| org.apache.pulsar.websocket |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.websocket.data |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static WebSocketError |
WebSocketError.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebSocketHandler.close(WebSocketError error) |
void |
AbstractWebSocketHandler.close(WebSocketError error,
String message) |
| Constructor and Description |
|---|
ProducerAck(WebSocketError error,
String errorMsg,
String messageId,
String context) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.