Interface PartitionPublisherFactory
-
- All Superinterfaces:
AutoCloseable
public interface PartitionPublisherFactory extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Publisher<MessageMetadata>
newPublisher(Partition partition)
-
-
-
Method Detail
-
newPublisher
Publisher<MessageMetadata> newPublisher(Partition partition) throws com.google.api.gax.rpc.ApiException
- Throws:
com.google.api.gax.rpc.ApiException
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-