PhoenixGenApi (PhoenixGenApi v0.0.13)

View Source

PhoenixGenApi is a library to help you to generate API for Phoenix.

Go to modules to see more details.

Summary

Functions

Stop stream call from channel process. In this case the stream call will be stopped without notification to data generator process. Parameter request_id is the request id of that stream when the stream is created.

Functions

stop_stream(request_id)

@spec stop_stream(binary()) :: :ok

Stop stream call from channel process. In this case the stream call will be stopped without notification to data generator process. Parameter request_id is the request id of that stream when the stream is created.