public abstract class ClusterConfigChangedEvent extends Object
| Constructor and Description |
|---|
ClusterConfigChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
static ClusterConfigChangedEvent |
create(org.joda.time.DateTime date,
String nodeId,
String type) |
abstract org.joda.time.DateTime |
date() |
abstract String |
nodeId() |
abstract String |
type() |
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-2016 Graylog, Inc.. All Rights Reserved.