Interface ContextSettable

All Known Implementing Classes:
InternalDurableTaskWrapper

public interface ContextSettable
Implemented by task wrappers that support receiving a per-execution context parameter. SpaceImpl uses this interface to inject context before calling executeTask().
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setExecutionContext

      void setExecutionContext(Object context)