Package io.riemann.riemann.client
Interface IRiemannClient
- All Superinterfaces:
AsynchronousTransport,AutoCloseable,Transport
- All Known Implementing Classes:
RiemannBatchClient,RiemannClient
-
Method Summary
Modifier and TypeMethodDescriptionevent()sendEvent(Proto.Event event) sendEvents(Proto.Event... events) sendEvents(List<Proto.Event> events) sendException(String service, Throwable t) Methods inherited from interface io.riemann.riemann.client.AsynchronousTransport
sendMessage
-
Method Details
-
sendEvent
-
sendEvents
-
sendEvents
-
sendException
-
query
-
event
EventDSL event()
-