Interface ClusterBroadcastFactory


public interface ClusterBroadcastFactory
Factory to create the cluster broadcast service.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(ClusterManager manager, io.ebean.config.ContainerConfig config)
    Create the cluster transport with the manager and deployment properties.
  • Method Details

    • create

      ClusterBroadcast create(ClusterManager manager, io.ebean.config.ContainerConfig config)
      Create the cluster transport with the manager and deployment properties.