Class DeleteStreamsGroupsResult

java.lang.Object
org.apache.kafka.clients.admin.DeleteStreamsGroupsResult

@Evolving public class DeleteStreamsGroupsResult extends Object
The result of the Admin.deleteStreamsGroups(Collection, DeleteStreamsGroupsOptions) call.

The API of this class is evolving, see Admin for details.

  • Method Details

    • all

      public KafkaFuture<Void> all()
      Return a future which succeeds only if all the deletions succeed.
    • deletedGroups

      public Map<String,KafkaFuture<Void>> deletedGroups()
      Return a map from group id to futures which can be used to check the status of individual deletions.