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 Object
implements org.reactivestreams.Publisher<T>
Adapts a
CompletableFuture
to a Publisher
.- Since:
- 3.0
- Author:
- Graeme Rocher
-
Method Summary
-
Method Details
-
subscribe
- Specified by:
subscribe
in interfaceorg.reactivestreams.Publisher<T>
-