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.