Class RxJavaPlugins



  • public class RxJavaPlugins
    extends Object
    Registry for plugin implementations that allows global override and handles the retrieval of correct implementation based on order of precedence:
    1. plugin registered globally via register methods in this class
    2. plugin registered and retrieved using System.getProperty(String) (see get methods for property names)
    3. default implementation
    See Also:
    RxJava Wiki: Plugins