T - type of eventspublic final class BlockingEventHandler<T> extends Object implements EventHandler<T>
BlockingSignalEventHandler| Constructor and Description | 
|---|
BlockingEventHandler(int expectedSize,
                                        EventHandler<Iterable<T>> destination)  | 
public BlockingEventHandler(int expectedSize, EventHandler<Iterable<T>> destination)
public final void onNext(T event)
EventHandleronNext in interface EventHandler<T>event - an eventCopyright © 2015 The Apache Software Foundation. All rights reserved.