Class ServiceRegistrationOptions.RegistrationParts

java.lang.Object
com.bloomberglp.blpapi.ServiceRegistrationOptions.RegistrationParts
Enclosing class:
ServiceRegistrationOptions

public static class ServiceRegistrationOptions.RegistrationParts extends Object
Constants for specifying which part(s) of a service should be registered
  • Field Details

    • PART_DEFAULT

      public static final int PART_DEFAULT
      registering the parts of the service implied by options specified in the service metadata
      See Also:
    • PART_PUBLISHING

      public static final int PART_PUBLISHING
      registering to receive subscribe and unsubscribe messages
      See Also:
    • PART_OPERATIONS

      public static final int PART_OPERATIONS
      registering to receive the request types corresponding to each "operation" defined in the service metadata
      See Also:
    • PART_SUBSCRIBER_RESOLUTION

      public static final int PART_SUBSCRIBER_RESOLUTION
      registering to receive resolution requests (with message type 'PermissionRequest') from subscribers
      See Also:
    • PART_PUBLISHER_RESOLUTION

      public static final int PART_PUBLISHER_RESOLUTION
      registering to receive resolution requests (with message type 'PermissionRequest') from publishers (via ProviderSession.createTopics(com.bloomberglp.blpapi.TopicList))
      See Also:
  • Constructor Details

    • RegistrationParts

      public RegistrationParts()