He-Pin commented on code in PR #1976:
URL: https://github.com/apache/pekko/pull/1976#discussion_r2244226857


##########
stream/src/main/java/org/apache/pekko/stream/javadsl/JavaFlowSupport.java:
##########
@@ -0,0 +1,199 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * license agreements; and to You under the Apache License, version 2.0:
+ *
+ *   https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is part of the Apache Pekko project, which was derived from Akka.
+ */
+
+/*
+ * Copyright (C) 2017-2022 Lightbend Inc. <https://www.lightbend.com>
+ */
+
+package org.apache.pekko.stream.javadsl;
+
+import org.apache.pekko.NotUsed;
+import org.apache.pekko.japi.Pair;
+import org.apache.pekko.japi.Creator;
+import org.apache.pekko.stream.impl.JavaFlowAndRsConverters;
+
+/**
+ * For use only with `JDK 9+`.
+ *
+ * <p>Provides support for `java.util.concurrent.Flow.*` interfaces which 
mirror the Reactive
+ * Streams interfaces from `org.reactivestreams`. See <a
+ * href="http//www.reactive-streams.org/">reactive-streams.org</a>.
+ */
+public final class JavaFlowSupport {

Review Comment:
   Should we remove this `For use only with `JDK 9+`.`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to