View Source SpawnSdk.Flow.Forward (spawn_sdk v0.5.0-alpha.5)

Link to this section Summary

Link to this section Types

@type actor_name() :: String.t()
@type command() :: String.t() | atom()
@type t() :: %SpawnSdk.Flow.Forward{
  actor_name: String.t(),
  command: String.t() | atom()
}

Link to this section Functions

@spec to(actor_name(), command()) :: t()