public final class CopyByReferenceStrategy extends Object implements IDistributorStrategy
| Constructor and Description |
|---|
CopyByReferenceStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<T> OutputPort<?> |
distribute(List<OutputPort<?>> outputPorts,
T element) |
void |
onPortRemoved(OutputPort<?> removedOutputPort) |
public <T> OutputPort<?> distribute(List<OutputPort<?>> outputPorts, T element)
distribute in interface IDistributorStrategypublic void onPortRemoved(OutputPort<?> removedOutputPort)
onPortRemoved in interface PortRemovedListener<OutputPort<?>>Copyright © 2015–2020. All rights reserved.