250251252253254255256257258259260
EventDSL event = riemann.client.event(); if (localHost != null) { event.host(localHost); } if (ttl != null) { event.ttl(ttl); } if (!tags.isEmpty()) { event.tags(tags); } final StringBuilder sb = new StringBuilder();