ExGcloudPubsubPuller v0.5.1 ExGcloudPubsubPuller View Source

Link to this section Summary

Types

A Module that implements the ExGcloudPubsubPuller.PullController behaviour.

Functions

Main entrypoint to a pull job.

Link to this section Types

Link to this type

pull_controller() View Source
pull_controller() :: module()

A Module that implements the ExGcloudPubsubPuller.PullController behaviour.

Link to this section Functions

Link to this function

main(pull_controller) View Source
main(pull_controller()) :: any()

Main entrypoint to a pull job.

Expects to be given a module that implements the ExGcloudPubsubPuller.PullController behaviour.