Interface Provider


public interface Provider
If you wish to write a custom Provider (the means by which ListenTo and ListenFor are wired into the particular system) then you need to implement this interface.

To use your custom provider you would the specify it by Spring Bean name as the Qcat value.

Version:
1.0
Author:
John Bryant
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerListener​(Class<?> klass)
     
  • Method Details

    • registerListener

      void registerListener(Class<?> klass)