Interface StreamletContext

  • All Superinterfaces:
    Log

    public interface StreamletContext
    extends Log
    Environment in which a Streamlet executes.
    • 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.