Interface StreamletContext

All Superinterfaces:
Log

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

    Modifier and Type
    Method
    Description
    Returns the Schedule with which the Streamlet can set timers.
    Returns the Stage on which the Streamlet can execute tasks.

    Methods inherited from interface swim.util.Log

    debug, error, fail, info, trace, warn
  • Method Details

    • 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.