public final class CancelledSubscriptionException
extends java.lang.RuntimeException
RuntimeException
that is raised to notify StreamMessage.closeFuture()
when a
Subscriber
has cancelled its Subscription
.Modifier and Type | Method and Description |
---|---|
static CancelledSubscriptionException |
get()
Returns a
CancelledSubscriptionException which may be a singleton or a new instance, depending
on whether the verbose mode is enabled. |
public static CancelledSubscriptionException get()
CancelledSubscriptionException
which may be a singleton or a new instance, depending
on whether the verbose mode
is enabled.