public interface Subscription
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
close()
Closes the subscription, causing it to be unregistered.
|
String |
topic()
Returns the subscription topic.
|
String topic()
CompletableFuture<Void> close()
Copyright © 2013–2018. All rights reserved.