Skip to main content

insert_stomp

Function insert_stomp 

Source
pub fn insert_stomp(
    closure: fn(_: &mut Context, message: &mut StompMessage) -> Result<bool, FilterError>,
)
Expand description

Insert a bespoke filter as a closure into the filter chain

ยงPanics

if called after bootstrapping the server.