Class PublisherTransformers
java.lang.Object
org.infinispan.reactive.publisher.PublisherTransformers
Static factory method class to provide various transformers for use with distributed Publisher. Note
that these functions are all serializable by Infinispan assuming that any passed arguments are as well.
- Since:
- 11.0
- Author:
- wburns
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Method Summary
-
Method Details
-
identity
public static <I> Function<org.reactivestreams.Publisher<I>,org.reactivestreams.Publisher<I>> identity()
-