Uses of Interface
com.gooddata.sdk.service.PollHandler
-
Packages that use PollHandler Package Description com.gooddata.sdk.service -
-
Uses of PollHandler in com.gooddata.sdk.service
Classes in com.gooddata.sdk.service that implement PollHandler Modifier and Type Class Description classAbstractPollHandler<P,R>For internal use by services employing polling.classAbstractPollHandlerBase<P,R>For internal use by services employing polling.classSimplePollHandler<T>For internal use by services employing polling.Methods in com.gooddata.sdk.service that return PollHandler Modifier and Type Method Description protected PollHandler<P,R>AbstractPollHandlerBase. setResult(R result)Constructors in com.gooddata.sdk.service with parameters of type PollHandler Constructor Description PollResult(AbstractService service, PollHandler<?,T> handler)Creates a new instance of the result to be eventually retrieved by polling on the REST API.
-