Package com.lucidworks.apollo.component
Interface CollectionComponent.CollectionChangeAware
- All Known Implementing Classes:
SolrClusterComponent
- Enclosing class:
- CollectionComponent
public static interface CollectionComponent.CollectionChangeAware
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCollectionAdded(String collectionId) voidonCollectionRemoved(String collectionId) voidonCollectionUpdated(String collectionId)
-
Method Details
-
onCollectionRemoved
-
onCollectionAdded
-
onCollectionUpdated
-