You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getSource() and getTarget() methods in the ProtonLinkImpl class returns simple Source and Target interfaces with few info from the org.apache.qpid.proton.amqp.transport package.
The real instances used are Source and Target classes from org.apache.qpid.proton.amqp.messaging and in order to use them with Vert.x Proton, an explicit cast is needed.
The text was updated successfully, but these errors were encountered:
The getSource() and getTarget() methods in the ProtonLinkImpl class returns simple Source and Target interfaces with few info from the org.apache.qpid.proton.amqp.transport package.
The real instances used are Source and Target classes from org.apache.qpid.proton.amqp.messaging and in order to use them with Vert.x Proton, an explicit cast is needed.
The text was updated successfully, but these errors were encountered: