Class AtsListJobsRequestBuilder


  • public class AtsListJobsRequestBuilder
    extends java.lang.Object
    • Constructor Detail

      • AtsListJobsRequestBuilder

        public AtsListJobsRequestBuilder​(SDKConfiguration sdkConfiguration)
    • Method Detail

      • callAsPublisher

        public org.reactivestreams.Publisher<AtsListJobsResponse> callAsPublisher()
        Returns a Publisher that performs next page calls till no more pages are returned.

        The returned publisher can be used with reactive frameworks:

        
         Publisher<AtsListJobsResponse> publisher = builder.callAsPublisher();
         publisher.subscribe(new Subscriber<AtsListJobsResponse>() {
             // Handle onNext, onError, onComplete
         });
         
        Returns:
        A Publisher that emits pages asynchronously