Interface PartitionAssignmentReceiver


public interface PartitionAssignmentReceiver
A receiver for partition assignments. All updates to reflect the assignment should be performed inline.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • handleAssignment

      void handleAssignment(Set<Partition> assignment)