Disables an event dispatcher outbound stream entity which represents an outgoing connection to a sink on a local or remote node. disable [node node-id] event dispatcher - outbound stream simple-name [method disable-method] The optional Method argument specifies whether an existing connection should be aborted immediately or shut down in an orderly fashion. The disable methods are: abort The stream calls the disconnect operation to abort the connection immediately. orderly The stream calls the shutdown operation to perform an orderly shutdown of the connection. This is the default method. Examples: disable event dispatcher outbound stream local_stream disable event dispatcher - outbound stream local_stream method abort
1 – Exception Messages
o incomplete Orderly disable could not be completed due to lack of transport confidence.