public abstract class ClusterConfigChangedEvent extends Object
Constructor and Description |
---|
ClusterConfigChangedEvent() |
Modifier and Type | Method and Description |
---|---|
static ClusterConfigChangedEvent |
create(org.joda.time.DateTime date,
@NotEmpty String nodeId,
@NotEmpty String type) |
abstract org.joda.time.DateTime |
date() |
abstract @NotEmpty String |
nodeId() |
abstract @NotEmpty String |
type() |
public abstract org.joda.time.DateTime date()
@NotEmpty public abstract @NotEmpty String nodeId()
@NotEmpty public abstract @NotEmpty String type()
public static ClusterConfigChangedEvent create(org.joda.time.DateTime date, @NotEmpty @NotEmpty String nodeId, @NotEmpty @NotEmpty String type)
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.