Class RxJavaMicroprofilePlugins


  • public final class RxJavaMicroprofilePlugins
    extends java.lang.Object
    Hooks and global settings for the RxJava Microprofile Reactive Streams Operators services.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean buildGraph()
      Returns true if the Stage graph should be built
      static void disableBuildGraph()
      Globally disable building the Stage graph along with the Flowable graph.
      static void disableImmutableBuilders()
      Globally disable using immutable builders.
      static void enableBuildGraph()
      Globally enable building the Stage graph along with the Flowable graph.
      static void enableImmutableBuilders()
      Globally enable using immutable builders.
      static boolean immutableBuilders()
      Retruns true if builders are immutable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • enableBuildGraph

        public static void enableBuildGraph()
        Globally enable building the Stage graph along with the Flowable graph.
      • disableBuildGraph

        public static void disableBuildGraph()
        Globally disable building the Stage graph along with the Flowable graph.
      • buildGraph

        public static boolean buildGraph()
        Returns true if the Stage graph should be built
        Returns:
        true if the Stage graph should be built
      • enableImmutableBuilders

        public static void enableImmutableBuilders()
        Globally enable using immutable builders.
      • disableImmutableBuilders

        public static void disableImmutableBuilders()
        Globally disable using immutable builders.
      • immutableBuilders

        public static boolean immutableBuilders()
        Retruns true if builders are immutable.
        Returns:
        true if builders are immutable