public final class StompSubscription extends Object
| Constructor and Description |
|---|
StompSubscription(String id,
String destination,
io.netty.channel.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.Channel |
channel() |
String |
destination() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
id() |
Copyright © 2008–2022 The Netty Project. All rights reserved.