Interface InvocationSwitcher

All Known Implementing Classes:
AppPropertiesInvocationSwitcherImpl

public interface InvocationSwitcher
The InvocationSwitcher is used in conjunction with the SwitchingInvocationHandler. An InvocationSwitcher implementation provides the logic to determine which class implementation (registered with the SwitchingInvocationHandler) to invoke the specified method on.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isEnabled

      boolean isEnabled()