View Source Electric.Shapes.Consumer (electric v0.7.6)

Summary

Functions

Link to this function

handle_call(arg1, from, state)

View Source

Callback implementation for GenStage.handle_call/3.

Callback implementation for GenStage.handle_cast/2.

Link to this function

handle_events(txns, from, state)

View Source

Callback implementation for GenStage.handle_events/3.

Callback implementation for GenStage.init/1.

Link to this function

name(electric_instance_id, shape_id)

View Source
Link to this function

terminate(reason, state)

View Source

Callback implementation for GenStage.terminate/2.

Link to this function

whereis(electric_instance_id, shape_id)

View Source
@spec whereis(atom(), Electric.ShapeCache.shape_id()) :: pid() | nil