V - The type of objects produced.public interface IProducerImpl<V> extends IProducer<V>
| Modifier and Type | Method and Description |
|---|---|
void |
produce(V item,
org.symphonyoss.s2.fugue.core.trace.ITraceContext trace)
Notify all registered listeners that the given item has been produced.
|
addListener, removeListenervoid produce(V item, org.symphonyoss.s2.fugue.core.trace.ITraceContext trace)
item - An item which has been produced.trace - A trace context.Copyright © 2018 Symphony Software Foundation. All rights reserved.