All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.cache.ServerCacheNotify Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebean.cache;

/**
 * Interface for both listening to notification changes and sending them to other members of the cluster.
 */
public interface ServerCacheNotify {

  /**
   * Notify other server cache members of the table modifications or process the notifications.
   */
  void notify(ServerCacheNotification notification);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy