VerkWeb.PageView (Verk Web v1.6.0)
Link to this section Summary
Functions
The resource name, as an atom, for this view
Renders the given template locally.
Callback invoked when no template is found. By default it raises but can be customized to render a particular template.
Link to this section Functions
Link to this function
__resource__()
The resource name, as an atom, for this view
Link to this function
dead_count()
Link to this function
process_count()
Link to this function
process_limit()
Link to this function
render(template, assigns \\ %{})
Renders the given template locally.
Link to this function
retries_count()
Link to this function
stats(queues_stats)
Link to this function
template_not_found(template, assigns)
Specs
template_not_found(Phoenix.Template.name(), map()) :: no_return()
Callback invoked when no template is found. By default it raises but can be customized to render a particular template.
Link to this function
total_failed()
Link to this function
total_processed()
Link to this function