Interface Topic.Subscription
- All Superinterfaces:
AutoCloseable
Represents a subscription. LazyValue
close()
has been invoked the associated
Consumer
will no longer receive any further calls to to its Consumer.accept(Object)
method.-
Method Summary
-
Method Details
-
close
void close()For the sake of convenience, this omits theException
specification.- Specified by:
close
in interfaceAutoCloseable
-