View Source SpawnSdk.Flow.Pipe (spawn_sdk v0.5.0-rc.3)

Link to this section Summary

Link to this section Types

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

Link to this section Functions

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