Interface PartitionSubscriberFactory
- All Superinterfaces:
AutoCloseable
PartitionSubscriberFactories are used dynamically in a context where there is no client downcall.
Therefore, their factory method throws a checked exception.
-
Method Summary
-
Method Details
-
newSubscriber
- Throws:
CheckedApiException
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-