Balanced.API.Callbacks
SourceSummary
| create(balanced, callback) | Creates a callback to which events are sent |
| delete(balanced, id) | Deletes the specified callback |
| get(balanced, id) | Gets the specified callback |
| list(balanced, limit \\ 10, offset \\ 0) | Lists callbacks |
Functions
Specs:
- create(pid, Balanced.Callback.t) :: Balanced.response
Creates a callback to which events are sent.