Interface CollectionComponent.CollectionChangeAware

All Known Implementing Classes:
SolrClusterComponent
Enclosing class:
CollectionComponent

public static interface CollectionComponent.CollectionChangeAware
  • Method Details

    • onCollectionRemoved

      void onCollectionRemoved(String collectionId)
    • onCollectionAdded

      void onCollectionAdded(String collectionId)
    • onCollectionUpdated

      void onCollectionUpdated(String collectionId)