L - type of eventR - type of eventpublic final class MergingEventHandler<L,R> extends Object
onNext is thread safe
BlockingEventHandler| Modifier and Type | Class and Description |
|---|---|
static class |
MergingEventHandler.Pair<S1,S2>
A pair having two independent typed items.
|
| Constructor and Description |
|---|
MergingEventHandler(EventHandler<MergingEventHandler.Pair<L,R>> destination) |
| Modifier and Type | Method and Description |
|---|---|
EventHandler<L> |
getLeft() |
EventHandler<R> |
getRight() |
@Inject public MergingEventHandler(EventHandler<MergingEventHandler.Pair<L,R>> destination)
public EventHandler<L> getLeft()
public EventHandler<R> getRight()
Copyright © 2016 The Apache Software Foundation. All rights reserved.