Package com.evolveum.midpoint.task.api
Interface SimulationDataConsumer
public interface SimulationDataConsumer
Accepts simulation data.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(@NotNull SimulationData data, @NotNull Task task, @NotNull OperationResult result) Called after a chunk of data was created by a simulation.
-
Method Details
-
accept
void accept(@NotNull @NotNull SimulationData data, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result) Called after a chunk of data was created by a simulation. We intentionally do not define what that "chunk" is, because we don't have appropriate vocabulary here - to talk about LensContext and so on.
-