Class ClusterConfigChangedEvent

java.lang.Object
org.graylog2.cluster.ClusterConfigChangedEvent

public abstract class ClusterConfigChangedEvent extends Object
  • Constructor Details

    • ClusterConfigChangedEvent

      public ClusterConfigChangedEvent()
  • Method Details

    • date

      public abstract org.joda.time.DateTime date()
    • nodeId

      @NotEmpty public abstract @NotEmpty String nodeId()
    • type

      @NotEmpty public abstract @NotEmpty String type()
    • create

      public static ClusterConfigChangedEvent create(org.joda.time.DateTime date, @NotEmpty @NotEmpty String nodeId, @NotEmpty @NotEmpty String type)