Interface BlocklistListener

    • Method Detail

      • notifyNewBlockedNodes

        CompletableFuture<Acknowledge> notifyNewBlockedNodes​(Collection<BlockedNode> newNodes)
        Notify new blocked node records.
        Parameters:
        newNodes - the new blocked node records
        Returns:
        Future acknowledge once the new nodes have successfully notified.