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

io.ebeaninternal.server.cluster.ClusterBroadcastFactory Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebeaninternal.server.cluster;

import io.ebean.config.ContainerConfig;

/**
 * Factory to create the cluster broadcast service.
 */
public interface ClusterBroadcastFactory {

  /**
   * Create the cluster transport with the manager and deployment properties.
   */
  ClusterBroadcast create(ClusterManager manager, ContainerConfig config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy