Interface BaseStreamingAppResource

All Superinterfaces:
ApiRequestContext, BaseAppResource

public interface BaseStreamingAppResource extends BaseAppResource
Base class for streaming API handlers, provides easy access to the streaming listener that holds the app's information.
  • Method Details

    • withListener

      <T> T withListener(scala.Function1<org.apache.spark.streaming.ui.StreamingJobProgressListener,T> fn)