View Source SpawnSdk.Value (spawn_sdk v0.5.0-rc.5)
Link to this section Summary
Link to this section Types
@type broadcast() :: SpawnSdk.Flow.Broadcast.t()
@type effects() :: [SpawnSdk.Flow.SideEffect.t()]
@type forward() :: SpawnSdk.Flow.Forward.t()
@type new_state() :: module()
@type pipe() :: SpawnSdk.Flow.Pipe.t()
@type response() :: module()
@type t() :: %SpawnSdk.Value{ broadcast: SpawnSdk.Flow.Broadcast.t(), effects: [SpawnSdk.Flow.SideEffect.t()], forward: SpawnSdk.Flow.Forward.t(), pipe: SpawnSdk.Flow.Pipe.t(), state: module(), value: module() }
@type value() :: t()