Havret commented on a change in pull request #18:
URL:
https://github.com/apache/activemq-nms-openwire/pull/18#discussion_r829469904
##########
File path: src/ISynchronization.cs
##########
@@ -15,24 +15,26 @@
* limitations under the License.
*/
+using System.Threading.Tasks;
+
namespace Apache.NMS.ActiveMQ
{
public interface ISynchronization
{
/// <summary>
/// Called before a commit or rollback is applied.
/// </summary>
- void BeforeEnd();
+ Task BeforeEndAsync();
Review comment:
I hope nobody was using this public API.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]