JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.google.cloud.pubsublite.internal.wire
Interface PartitionAssignmentReceiver
public interface
PartitionAssignmentReceiver
A receiver for partition assignments. All updates to reflect the assignment should be performed inline.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleAssignment
(
Set
<
Partition
> assignment)
Method Details
handleAssignment
void
handleAssignment
(
Set
<
Partition
> assignment)