node-ovsdb
Preparing search index...
OvsdbClientEvents
Interface OvsdbClientEvents<TDatabase>
Typed events emitted by
OVSDBClient
.
interface
OvsdbClientEvents
<
TDatabase
extends
DatabaseTableMap
=
DatabaseTableMap
,
>
{
close
:
[
]
;
connect
:
[
]
;
locked
:
[
LockedNotification
]
;
notification
:
[
OvsdbNotification
<
TDatabase
>
]
;
protocolError
:
[
Error
,
unknown
]
;
stolen
:
[
StolenNotification
]
;
transportError
:
[
Error
]
;
update
:
[
UpdateNotification
<
TDatabase
>
]
;
update2
:
[
Update2Notification
<
TDatabase
>
]
;
update3
:
[
Update3Notification
<
TDatabase
>
]
;
}
Type Parameters
TDatabase
extends
DatabaseTableMap
=
DatabaseTableMap
Index
Properties
close
connect
locked
notification
protocol
Error
stolen
transport
Error
update
update2
update3
Properties
close
close
:
[
]
connect
connect
:
[
]
locked
locked
:
[
LockedNotification
]
notification
notification
:
[
OvsdbNotification
<
TDatabase
>
]
protocol
Error
protocolError
:
[
Error
,
unknown
]
stolen
stolen
:
[
StolenNotification
]
transport
Error
transportError
:
[
Error
]
update
update
:
[
UpdateNotification
<
TDatabase
>
]
update2
update2
:
[
Update2Notification
<
TDatabase
>
]
update3
update3
:
[
Update3Notification
<
TDatabase
>
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
connect
locked
notification
protocol
Error
stolen
transport
Error
update
update2
update3
node-ovsdb
Loading...
Typed events emitted by OVSDBClient.