public interface Indexable
A marker interface that should be applied to persisted-domain entities for which index request messages such as SingleIndexRequest should be emitted during CRUD lifecycle operations.

Do note that for each Indexable entity, a SingleIndexRequestMessageBuilder bean must be registered that can produce the appropriate message payload.

Author:
Samarth Dhruva (samarthd)