Interface StreamletContext

  • All Superinterfaces:
    Log

    public interface StreamletContext
    extends Log
    Environment in which a Streamlet executes.
    • Method Summary

      Modifier and Type Method Description
      Schedule schedule()
      Returns the Schedule with which the Streamlet can set timers.
      Stage stage()
      Returns the Stage on which the Streamlet can execute tasks.
    • Method Detail

      • schedule

        Schedule schedule()
        Returns the Schedule with which the Streamlet can set timers.
      • stage

        Stage stage()
        Returns the Stage on which the Streamlet can execute tasks.