| Package | Description |
|---|---|
| org.symphonyoss.s2.canon.runtime | |
| org.symphonyoss.s2.canon.runtime.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelHandlerTask<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronousProducer.addListener(IConsumer<V> listener) |
void |
IProducer.addListener(IConsumer<V> listener)
Add a listener which will be notified for each new object created.
|
void |
IResponseOnlyRequestManager.handle(IConsumer<R> consumer) |
void |
IPayloadResponseRequestManager.handle(P payload,
IConsumer<R> consumer) |
protected void |
SynchronousProducer.notify(IConsumer<V> listener,
V value) |
protected void |
AsynchronousProducer.notify(IConsumer<V> listener,
V value) |
boolean |
SynchronousProducer.removeListener(IConsumer<V> listener) |
boolean |
IProducer.removeListener(IConsumer<V> listener)
Remove the give listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Monitor.addListener(boolean initialize,
IConsumer<V> listener) |
void |
IMonitor.addListener(boolean initialize,
IConsumer<V> listener)
Add the given listener and optionally call back immediately with the
current value.
|
Copyright © 2018 Symphony Software Foundation. All rights reserved.