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 aCompletableFuture
to aPublisher
.- Since:
- 3.0
- Author:
- Graeme Rocher
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
subscribe(org.reactivestreams.Subscriber<? super T> subscriber)
-