Package com.bloomberglp.blpapi
Class ServiceRegistrationOptions.RegistrationParts
java.lang.Object
com.bloomberglp.blpapi.ServiceRegistrationOptions.RegistrationParts
- Enclosing class:
- ServiceRegistrationOptions
Constants for specifying which part(s) of a service should be registered
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
registering the parts of the service implied by options specified in the service metadatastatic final int
registering to receive the request types corresponding to each "operation" defined in the service metadatastatic final int
registering to receive resolution requests (with message type 'PermissionRequest') from publishers (viaProviderSession.createTopics(com.bloomberglp.blpapi.TopicList)
)static final int
registering to receive subscribe and unsubscribe messagesstatic final int
registering to receive resolution requests (with message type 'PermissionRequest') from subscribers -
Constructor Summary
-
Method Summary
-
Field Details
-
PART_DEFAULT
public static final int PART_DEFAULTregistering the parts of the service implied by options specified in the service metadata- See Also:
-
PART_PUBLISHING
public static final int PART_PUBLISHINGregistering to receive subscribe and unsubscribe messages- See Also:
-
PART_OPERATIONS
public static final int PART_OPERATIONSregistering 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_RESOLUTIONregistering to receive resolution requests (with message type 'PermissionRequest') from subscribers- See Also:
-
PART_PUBLISHER_RESOLUTION
public static final int PART_PUBLISHER_RESOLUTIONregistering to receive resolution requests (with message type 'PermissionRequest') from publishers (viaProviderSession.createTopics(com.bloomberglp.blpapi.TopicList)
)- See Also:
-
-
Constructor Details
-
RegistrationParts
public RegistrationParts()
-