Interface EntityNotificationProcessingHandler<E extends SimpleEntity>

    • Method Detail

      • loadToNotify

        List<E> loadToNotify​(List<Long> ids)
        Returns a list of entities to be notified, with the given ids
      • process

        void process​(E entity)
        Processes the notifications generated by the given entity