View Source Kraken (kraken v0.3.3)

Link to this section Summary

Link to this section Functions

Link to this function

call(events, opts \\ %{})

View Source
Link to this function

cast(events, opts \\ %{})

View Source
@spec cast(map(), map()) :: reference() | [reference()] | {:error, any()}
@spec cast([map()], map()) :: reference() | [reference()] | {:error, any()}
Link to this function

stream(events, opts \\ %{})

View Source
@spec stream([map()], map()) :: Enumerable.t() | {:error, any()}