public abstract class ClusterConfigChangedEvent extends Object
| Constructor and Description |
|---|
ClusterConfigChangedEvent() |
public abstract org.joda.time.DateTime date()
@NotEmpty public abstract String nodeId()
@NotEmpty public abstract String type()
public static ClusterConfigChangedEvent create(org.joda.time.DateTime date, @NotEmpty String nodeId, @NotEmpty String type)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.