@ApiAudience.Public @ApiStability.Unstable public interface Subscription<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isUnsubscribed()
Return whether it's been unsubscribed or not.
|
void |
unsubscribe()
UnSubscribe current subscription.
|