| Package | Description |
|---|---|
| joynr.types |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryScope |
DiscoveryQos.getDiscoveryScope()
Gets DiscoveryScope
|
static DiscoveryScope |
DiscoveryScope.getEnumValue(Integer ordinal)
Get the matching enum for an ordinal number
|
static DiscoveryScope |
DiscoveryScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryScope[] |
DiscoveryScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryQos.setDiscoveryScope(DiscoveryScope discoveryScope)
Sets DiscoveryScope
|
| Constructor and Description |
|---|
DiscoveryQos(Long cacheMaxAge,
Long discoveryTimeout,
DiscoveryScope discoveryScope,
Boolean providerMustSupportOnChange)
Parameterized constructor
|
Copyright © 2021. All rights reserved.