diff --git a/allclasses-index.html b/allclasses-index.html index a348cd739..2e951799a 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -3,7 +3,7 @@ -All Classes (launchdarkly-java-server-sdk 7.1.1 API) +All Classes (launchdarkly-java-server-sdk 7.2.6 API) @@ -21,13 +21,13 @@ + + + + + + + + + +
+ +
+ +
+
+ +

Class LDReactorClient

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    LDReactorClientInterface
    +
    +
    +
    public final class LDReactorClient
    +extends java.lang.Object
    +implements LDReactorClientInterface
    +
    A thin wrapper of the LDClient that aims to adapt it to reactive stream programming. + + Methods that are potentially long running or that use IO have been wrapped to return Monos and will be + executed on the scheduler provided. Methods that do not have a risk of blocking have not been wrapped and are + pass through.
    +
  • +
+
+
+ +
+
+ +
+
+
+ + + + diff --git a/com/launchdarkly/sdk/server/integrations/reactor/LDReactorClientInterface.html b/com/launchdarkly/sdk/server/integrations/reactor/LDReactorClientInterface.html new file mode 100644 index 000000000..eebc866d6 --- /dev/null +++ b/com/launchdarkly/sdk/server/integrations/reactor/LDReactorClientInterface.html @@ -0,0 +1,891 @@ + + + + + +LDReactorClientInterface (launchdarkly-java-server-sdk 7.2.6 API) + + + + + + + + + + + + + + +
+ +
+ +
+
+ +

Interface LDReactorClientInterface

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    LDReactorClient
    +
    +
    +
    public interface LDReactorClientInterface
    +
    A version of LDClient that is adapted to support reactive stream programming.
    +
  • +
+
+
+ +
+
+ +
+
+
+ + + + diff --git a/com/launchdarkly/sdk/server/integrations/reactor/package-summary.html b/com/launchdarkly/sdk/server/integrations/reactor/package-summary.html new file mode 100644 index 000000000..7ee9e1b1b --- /dev/null +++ b/com/launchdarkly/sdk/server/integrations/reactor/package-summary.html @@ -0,0 +1,188 @@ + + + + + +com.launchdarkly.sdk.server.integrations.reactor (launchdarkly-java-server-sdk 7.2.6 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.launchdarkly.sdk.server.integrations.reactor

+
+
+
+ + +
This package contains components for using the SDK in reactive stream programming.
+
+ +
+
+ + + diff --git a/com/launchdarkly/sdk/server/integrations/reactor/package-tree.html b/com/launchdarkly/sdk/server/integrations/reactor/package-tree.html new file mode 100644 index 000000000..285d53894 --- /dev/null +++ b/com/launchdarkly/sdk/server/integrations/reactor/package-tree.html @@ -0,0 +1,167 @@ + + + + + +com.launchdarkly.sdk.server.integrations.reactor Class Hierarchy (launchdarkly-java-server-sdk 7.2.6 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.launchdarkly.sdk.server.integrations.reactor

+Package Hierarchies: + +
+
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+ + + diff --git a/com/launchdarkly/sdk/server/interfaces/ApplicationInfo.html b/com/launchdarkly/sdk/server/interfaces/ApplicationInfo.html index bc94e0347..790ba4f66 100644 --- a/com/launchdarkly/sdk/server/interfaces/ApplicationInfo.html +++ b/com/launchdarkly/sdk/server/interfaces/ApplicationInfo.html @@ -3,7 +3,7 @@ -ApplicationInfo (launchdarkly-java-server-sdk 7.1.1 API) +ApplicationInfo (launchdarkly-java-server-sdk 7.2.6 API) @@ -21,7 +21,7 @@