Class SystemOutSubscriber<T>

java.lang.Object
com.oracle.coherence.concurrent.executor.subscribers.SystemOutSubscriber<T>
Type Parameters:
T - the type of result received
All Implemented Interfaces:
Task.Subscriber<T>

public class SystemOutSubscriber<T> extends Object implements Task.Subscriber<T>
A Task.Subscriber that logs interactions to the System.out.
Since:
21.12
Author:
bo