@FunctionalInterface public interface EventCallback<E extends Event> extends Consumer<E>
Consumer
function definition for consuming Event
objects raised from Step
objects at
the time of execution. It allows for actions to be triggered on each Step
execution.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.