Reputation: 19
1.currently we have hazelcast embedded in war file.
2.we need to implement hazelcast server client where client needs to listen to values updated in map.
3.for example if one client updates map READ_ONLY_MAP then all other clients should get notified of it .
Upvotes: 1
Views: 103
Reputation: 19
1.able to solve this issue by adding entryLister on map on both server and client.
Upvotes: 1