Update MRI upstreams for Phosphorus
[openflowplugin.git] / openflowjava / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / OutboundQueueHandler.java
index a345fbb9be8408bdcb615655eba67e657132266d..670dad12b30c7b28e69b67bfbe9b70c869a81034 100644 (file)
@@ -10,6 +10,7 @@ package org.opendaylight.openflowjava.protocol.api.connection;
 import com.google.common.annotations.Beta;
 import org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.BarrierInput;
+import org.opendaylight.yangtools.yang.common.Uint32;
 
 /**
  * Handler of the outbound queue. The queue has a maximum depth assigned when the
@@ -25,7 +26,7 @@ public interface OutboundQueueHandler {
      * @param xid XID for the barrier message
      * @return New barrier message.
      */
-    @NonNull BarrierInput createBarrierRequest(@NonNull Long xid);
+    @NonNull BarrierInput createBarrierRequest(@NonNull Uint32 xid);
 
     /**
      * Invoked whenever the underlying queue is refreshed. Implementations should