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)
-