Frontend API

@Injectable() export class TraceMessageHandler

Handle the messages of the trace subprotocol from flow-based programming network protocol.

This protocol is utilized for triggering and transmitting Flowtraces

This subprotocol description can be found here : https://flowbased.github.io/fbp-protocol/#trace-start

Created by antoine on 03/07/17.

handleMessage (msg: Object)

Redirect the given message to the proper handler method.

private broadcastNodeTraceback (msg: Object)

Handle the ‘nodetraceback’ message by broadcasting the traceback of a node across the app. The components able to handle it will receive it and do what’s needed.

This is a custom add to the protocol