tkalkirill commented on code in PR #2592:
URL: https://github.com/apache/ignite-3/pull/2592#discussion_r1327068755
##########
modules/core/src/main/java/org/apache/ignite/internal/event/EventListener.java:
##########
@@ -15,35 +15,22 @@
* limitations under the License.
*/
-package org.apache.ignite.internal.manager;
+package org.apache.ignite.internal.event;
import java.util.concurrent.CompletableFuture;
import org.jetbrains.annotations.Nullable;
-/**
- * The listener handles events from a producer.
- *
- * @see Producer#listen(Event, EventListener)
- */
+/** The listener handles events from a event producer. */
@FunctionalInterface
public interface EventListener<P extends EventParameters> {
/**
* Notifies the listener about an event.
*
- * @param parameters Parameters provide a properties of the event. This
attribute cannot be {@code null}.
+ * @param parameters Parameters provide a properties of the event.
* @param exception Exception which is happened during the event produced
or {@code null}.
* @return Completable future, which is completed when event handling is
finished. The {@code True} value of the future
Review Comment:
fix it
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]