@FunctionalInterface
public interface FeedbackConsumer<T>
Modifier and Type | Method and Description |
---|---|
void |
processFeedback(T element) |
void processFeedback(T element) throws java.lang.Exception
java.lang.Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.