Class CompletableFuturePublisher<T>
- java.lang.Object
 - 
- com.oracle.coherence.spring.messaging.CompletableFuturePublisher<T>
 
 
- 
- Type Parameters:
 T- the type
- All Implemented Interfaces:
 org.reactivestreams.Publisher<T>
public class CompletableFuturePublisher<T> extends java.lang.Object implements org.reactivestreams.Publisher<T>Adapts aCompletableFutureto aPublisher.- Since:
 - 3.0
 - Author:
 - Graeme Rocher
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubscribe(org.reactivestreams.Subscriber<? super T> subscriber) 
 -