Annotation Interface Cluster


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented public @interface Cluster
Defines an annotation that can be used to add clustering support when a Broadcaster is used.
Author:
Jeanfrancois Arcand
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The Cluster's name
    Class<? extends org.atmosphere.cpr.ClusterBroadcastFilter>[]
     
  • Element Details

    • name

      String name
      The Cluster's name
      Default:
      "Atmosphere"
    • value

      Class<? extends org.atmosphere.cpr.ClusterBroadcastFilter>[] value
      Default:
      {org.atmosphere.cpr.ClusterBroadcastFilter.class}