이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.4. Notifications
7.4.1. About Listener Notifications 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Each cache event triggers a notification that is dispatched to listeners. A listener is a simple POJO annotated with
@Listener
. A Listenable is an interface that denotes that the implementation can have listeners attached to it. Each listener is registered using methods defined in the Listenable.
A listener can be attached to both the cache and Cache Manager to allow them to receive cache-level or cache manager-level notifications.