Interface Indexable
-
public interface IndexableA marker interface that should be applied to persisted-domain entities for which index request messages such asSingleIndexRequestshould be emitted during CRUD lifecycle operations.Do note that for each
Indexableentity, aSingleIndexRequestMessageBuilderbean must be registered that can produce the appropriate message payload.- Author:
- Samarth Dhruva (samarthd)