@Beta
public interface EventClient
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventClient.EventGenerator<T> |
static interface |
EventClient.EventPoster<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> com.google.common.util.concurrent.ListenableFuture<Void> |
post(EventClient.EventGenerator<T> eventGenerator) |
<T> com.google.common.util.concurrent.ListenableFuture<Void> |
post(Iterable<T> events) |
<T> com.google.common.util.concurrent.ListenableFuture<Void> |
post(T... event) |
<T> com.google.common.util.concurrent.ListenableFuture<Void> post(T... event) throws IllegalArgumentException
IllegalArgumentException<T> com.google.common.util.concurrent.ListenableFuture<Void> post(Iterable<T> events) throws IllegalArgumentException
IllegalArgumentException<T> com.google.common.util.concurrent.ListenableFuture<Void> post(EventClient.EventGenerator<T> eventGenerator) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2010–2024 Airlift. All rights reserved.