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
Both existing bindings, HTTP and AMQP, do not export their Encoders. So they can only be instantiated within their packages. The only place I found, was the according Send() method of the Senders. How can I use the Encoders directly, if I prefer to handle the transport directly? In HTTP I might want to use something else then POST, or I might want to implement a special retry logic or react to return codes which do not seem to be exposed.
The text was updated successfully, but these errors were encountered:
Both existing bindings, HTTP and AMQP, do not export their Encoders. So they can only be instantiated within their packages. The only place I found, was the according
Send()
method of the Senders. How can I use the Encoders directly, if I prefer to handle the transport directly? In HTTP I might want to use something else then POST, or I might want to implement a special retry logic or react to return codes which do not seem to be exposed.The text was updated successfully, but these errors were encountered: