org.apache.sling.discovery.impl.topology.announcement
Interface AnnouncementFilter


public interface AnnouncementFilter

Filter used during announcement processing internally


Method Summary
 boolean accept(String receivingSlingId, Announcement announcement)
          Check if the provided announcement, which was received by the provided slingId can be accepted or not.
 

Method Detail

accept

boolean accept(String receivingSlingId,
               Announcement announcement)
Check if the provided announcement, which was received by the provided slingId can be accepted or not.



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.