Interface ServiceAdvisor

All Known Implementing Classes:
ServiceAdvisorImpl

public interface ServiceAdvisor
Provided by a AdvisorDef to perform the advice (by invoking methods on a MethodAdviceReceiver).
Since:
5.1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    advise(MethodAdviceReceiver methodAdviceReceiver)
    Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods.
  • Method Details

    • advise

      void advise(MethodAdviceReceiver methodAdviceReceiver)
      Passed the reciever, allows the code (usually a method on a module class) to advice some or all methods.
      Parameters:
      methodAdviceReceiver -