Interface PluginTransactionSupport


@ConsumerType public interface PluginTransactionSupport
An interface that can be implemented to give some transactional support to HAF plugins
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin(Resource resource, ModificationType modificationType)
    Called before any changes are made
  • Method Details