Modifier and Type | Interface and Description |
---|---|
static interface |
MessageProperty.BinaryProperty
Represents message property which value has type BINARY.
|
static interface |
MessageProperty.BoolProperty
Represents a boolean message property.
|
static interface |
MessageProperty.ByteProperty
Represents one byte message property.
|
static interface |
MessageProperty.Int32Property
Represents message property which value has type INT32.
|
static interface |
MessageProperty.Int64Property
Represents message property which value has type INT64.
|
static interface |
MessageProperty.ShortProperty
Represents message property which value has type SHORT.
|
static interface |
MessageProperty.StringProperty
Represents message property which value has type STRING.
|
Modifier and Type | Method and Description |
---|---|
MessageProperty |
PushMessage.getProperty(String name)
Returns property with specified (@code name).
|
Modifier and Type | Method and Description |
---|---|
Iterator<MessageProperty> |
PushMessage.propertyIterator()
Returns a standart
Iterator to iterate over existed properties. |
Copyright © 2023 Bloomberg L.P.. All rights reserved.