public class EventPipes
extends java.lang.Object
| Constructor and Description |
|---|
EventPipes() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> KeyedEventPipe<K,V> |
newAsyncKeyedPipe() |
static <K,V> KeyedEventPipe<K,V> |
newAsyncKeyedPipe(EventExecutor executor) |
static <K,V> KeyedEventPipe<K,V> |
newAsyncKeyedPipe(java.util.concurrent.ExecutorService executor) |
static <T> EventPipe<T> |
newAsyncPipe() |
static <T> EventPipe<T> |
newAsyncPipe(EventExecutor executor) |
static <T> EventPipe<T> |
newAsyncPipe(java.util.concurrent.ExecutorService executor) |
static <K,V> KeyedEventPipe<K,V> |
newKeyedPipe() |
static <T> EventPipe<T> |
newPipe() |
public static <T> EventPipe<T> newPipe()
public static <T> EventPipe<T> newAsyncPipe()
public static <T> EventPipe<T> newAsyncPipe(java.util.concurrent.ExecutorService executor)
public static <T> EventPipe<T> newAsyncPipe(EventExecutor executor)
public static <K,V> KeyedEventPipe<K,V> newKeyedPipe()
public static <K,V> KeyedEventPipe<K,V> newAsyncKeyedPipe()
public static <K,V> KeyedEventPipe<K,V> newAsyncKeyedPipe(java.util.concurrent.ExecutorService executor)
public static <K,V> KeyedEventPipe<K,V> newAsyncKeyedPipe(EventExecutor executor)