- All Superinterfaces:
swim.util.Log
public interface StreamletContext
extends swim.util.Log
Environment in which a
Streamlet executes.-
Method Summary
Methods inherited from interface swim.util.Log
debug, error, fail, info, trace, warn
-
Method Details
-
schedule
swim.concurrent.Schedule schedule()Returns theSchedulewith which theStreamletcan set timers. -
stage
swim.concurrent.Stage stage()Returns theStageon which theStreamletcan execute tasks.
-