JolieDoc for Port Monitor
From file standard_monitor.iol
| Port Name |
Location |
Protocol |
| Monitor |
|
|
List of the available interfaces
Interface MonitorInterface
Interface StandardMonitorInterface
Operation list
pushEvent( undefined )
flush( void )( FlushResponse )
setMonitor( SetStandardMonitorRequest )( void )
Message type list
FlushResponse
type FlushResponse: void {
.events*: MonitorEvent
}
SetStandardMonitorRequest
type SetStandardMonitorRequest: void {
.queueMax?: int
.triggeredEnabled?: bool
.triggerThreshold?: int
}
Type list
MonitorEvent
type MonitorEvent: void {
.memory: long
.data?: undefined
.type: string
.timestamp: long
}