Interface AnnouncementFilter
public interface AnnouncementFilter
Filter used during announcement processing internally
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(String receivingSlingId, Announcement announcement) Check if the provided announcement, which was received by the provided slingId can be accepted or not.
-
Method Details
-
accept
Check if the provided announcement, which was received by the provided slingId can be accepted or not.
-