Interface PartitionSubscriberFactory (1.13.6)

public interface PartitionSubscriberFactory extends AutoCloseable

PartitionSubscriberFactories are used dynamically in a context where there is no client downcall. Therefore, their factory method throws a checked exception.

Implements

AutoCloseable

Methods

close()

public abstract void close()

newSubscriber(Partition partition)

public abstract Subscriber newSubscriber(Partition partition)
Parameter
Name Description
partition Partition
Returns
Type Description
Subscriber
Exceptions
Type Description
CheckedApiException