Class ProviderSession.ResolveMode

java.lang.Object
com.bloomberglp.blpapi.ProviderSession.ResolveMode
Enclosing class:
ProviderSession

public static final class ProviderSession.ResolveMode extends Object
  • Field Details

    • DONT_REGISTER_SERVICES

      public static final ProviderSession.ResolveMode DONT_REGISTER_SERVICES
      Fail to resolve a topic if the service has not already been registered.
    • AUTO_REGISTER_SERVICES

      public static final ProviderSession.ResolveMode AUTO_REGISTER_SERVICES
      Try to register services found in ResolutionList if necessary.
  • Method Details

    • value

      public int value()