View Source Skitter.BIS.ImmutableLocal (Skitter v0.7.1)

Strategy for stateless operations.

This strategy can be used for stateless operations. It expects an operation to provide a react callback. When the operation receives data, a worker on the current worker node is selected. The selected worker will call the react callback with the received data.

Operation Properties

  • in ports: A single in port is required.
  • out ports: This strategy places no limitations on the out ports of the operation.
  • callbacks:
    • react (required): Called for each incoming data element.
    • conf (optional): Called at deployment time. The result will be passed as config to each invocation of react.