final String separator = this.separator;
return new EventClosure() {
public EventDSL name(String... components) {
EventDSL event = riemann.client.event();
if (localHost != null) {
event.host(localHost);
}
if (ttl != null) {
event.ttl(ttl);
}
if (!tags.isEmpty()) {