[][src]Module romp::workflow

Workflow concerns application logic, either in built STOMP message handling, admin functions or bespoke application specific functions.

Modules

admin_router
console
context

Context object for the message workflow through the filter chain.

destination
filter
http_router
internal

Internal API contains methods that are only useful in the context of bespoke filters.

router
sha_auth

Constants

CONTINUE

Workflow/filter indicates the filter chain should continue with the next filter.

HANDLED

Workflow/filter handled the request not further processing needed.