Interface ItemEventListener<T extends Item>


public interface ItemEventListener<T extends Item>
Defines the listener for items being published to a node.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever an item is published to the node the listener is registered with.
  • Method Details

    • handlePublishedItems

      Called whenever an item is published to the node the listener is registered with.
      Parameters:
      items - The publishing details.