@Immutable public class CloseMessageEvent extends Object
CLOSE message that doesn't belong to any known
Session is received. CLOSE messages have no payload.| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationId
The destination ID from the message
|
protected String |
namespace
The namespace from the message
|
protected String |
sourceId
The source ID from the message
|
| Constructor and Description |
|---|
CloseMessageEvent(String sourceId,
String destinationId,
String namespace)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationId() |
String |
getNamespace() |
String |
getSourceId() |
String |
toString() |
public CloseMessageEvent(@Nullable String sourceId, @Nullable String destinationId, @Nullable String namespace)
sourceId - the source ID from the message.destinationId - the destination ID from the message.namespace - the namespace from the message.Copyright © 2022. All rights reserved.