Hi,

Could you please provide more details about your case?

Generally, for tracking of the cache updates in Ignite you can use Events:

https://apacheignite.readme.io/docs/events

Continuous Queries:

https://apacheignite.readme.io/docs/continuous-queries

CacheInterceptor:

https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/cache/CacheInterceptor.html

BR,
Andrei

http://apache-ignite-users.70518.x6.nabble.com/Declaring-server-side-CacheEntryListener-in-Ignite-config-td28849.html

On 2019/07/16 13:33:54, Jean-Philippe Laroche <j...@gmail.com> wrote:
> I saw many examples on how to programmatically declare a>
> CacheEntryListenerfrom a client application, but is there a way to register>
> by configuration, a CacheEntryListener so it is active on node/cluster>
> startup?>
>

Reply via email to