Interface GeneratingDataCapability<PARAMETERS extends WidgetParameters,DATA extends WidgetData>
@PublicApi
public interface GeneratingDataCapability<PARAMETERS extends WidgetParameters,DATA extends WidgetData>
-
Method Summary
Modifier and TypeMethodDescriptiongenerate
(PARAMETERS parameters, int limit, ProgressId progressId)
-
Method Details
-
generate
@Nonnull DATA generate(@Nonnull PARAMETERS parameters, int limit, @Nonnull ProgressId progressId) throws Exception - Throws:
Exception
-