BUG-3219: Fix OutboundQueue request error reporting
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / OutboundQueue.java
index 1291c22c706c11a39f516b51e1ca639dc4f6c09d..06b66c5e046f320537f8dcddefb42db981a10d86 100644 (file)
@@ -30,6 +30,9 @@ public interface OutboundQueue {
      * with a response, the object reported will be non-null. If the request's completion
      * is implied by a barrier, the object reported will be null.
      *
+     * If this request fails on the remote device, {@link FutureCallback#onFailure(Throwable)
+     * will be called with an instance of {@link DeviceRequestFailedException}.
+     *
      * @param xid Previously-reserved XID
      * @param message Message which should be sent out, or null if the reservation
      *                should be cancelled.