Interface NamespaceUpdateIterator.Updater

Enclosing interface:
NamespaceUpdateIterator

public static interface NamespaceUpdateIterator.Updater
Simple callback with the name of an existing namespace with the possibility to throw exceptions.
Since:
2.47.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(String namespace)
    Implements the update logic for a single namespace, denoted by its name.
  • Method Details

    • update

      void update(String namespace) throws Exception
      Implements the update logic for a single namespace, denoted by its name.
      Throws:
      Exception