TransformationScope

public enum TransformationScope : Equatable, DataInputConvertible

Defines the scope where a transformation should be applied.

  • Apply transformation after data collection.

    Declaration

    Swift

    case afterCollectors
  • Apply transformation to all dispatchers.

    Declaration

    Swift

    case allDispatchers
  • Apply transformation to the dispatchers with the given IDs.

    Declaration

    Swift

    case dispatchers([String])
  • Declaration

    Swift

    public func toDataInput() -> any DataInput