KrossbowInstrumentation
An interface to hook some pieces of code in different places of internal Krossbow execution. This is primarily meant for monitoring, logging or debugging.
Functions
Link copied to clipboard
Called right after successfully decoding a websocket frame into a STOMP frame. This callback is called even for STOMP ERROR frames (before failure).
Link copied to clipboard
Called right after successfully sending a STOMP frame to the server.
Link copied to clipboard
Called if some exception is thrown by the websocket client.
Link copied to clipboard
Called after the websocket is closed.
Link copied to clipboard
Called upon reception of every websocket frame.
Link copied to clipboard
Returns a new instrumentation chain that runs this instrumentation and the given instrumentation in each callback.