Uses of Interface
com.gooddata.PollHandler
-
Packages that use PollHandler Package Description com.gooddata -
-
Uses of PollHandler in com.gooddata
Classes in com.gooddata 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 that return PollHandler Modifier and Type Method Description protected PollHandler<P,R>AbstractPollHandlerBase. setResult(R result)Constructors in com.gooddata 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.
-