Class SchedulerProxyResource


  • public class SchedulerProxyResource
    extends java.lang.Object
    API endpoints for scheduler
    • Constructor Summary

      Constructors 
      Constructor Description
      SchedulerProxyResource​(java.lang.String schedulerServiceBaseUrl, com.spotify.apollo.Client client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> routes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchedulerProxyResource

        public SchedulerProxyResource​(java.lang.String schedulerServiceBaseUrl,
                                      com.spotify.apollo.Client client)
    • Method Detail

      • routes

        public java.util.stream.Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> routes()