ExGcloudPubsubPuller v0.4.0 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()
View Source
pull_controller() :: module()
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)
View Source
main(pull_controller()) :: any()
main(pull_controller()) :: any()
Main entrypoint to a pull job.
Expects to be given a module that implements the ExGcloudPubsubPuller.PullController
behaviour.