| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static PubSubConf.MapKind<Map<String,Object>> |
PubSubConf.MapKind.fieldNames()
Returns one-level-deep-Map with field names as key and field values as the value.
|
static PubSubConf.MapKind<Map<String,Object>> |
PubSubConf.MapKind.fieldNamesRecursive()
Returns a Map of Maps with field names as keys.
|
static PubSubConf.MapKind<Map<PubSubConfFieldSpecification<?>,Object>> |
PubSubConf.MapKind.fields()
Returns one-level-deep-Map with field specifications as key and field values as the value.
|
static PubSubConf.MapKind<Map<PubSubConfFieldSpecification<?>,Object>> |
PubSubConf.MapKind.fieldsRecursive()
Returns a Map of Maps with field specifications as keys.
|
static PubSubConf.MapKind<Map<String,String>> |
PubSubConf.MapKind.flatRecursive(EncoderContext encoderContext)
Returns a Map with string keys and data.
|
| Modifier and Type | Method and Description |
|---|---|
default <S> T |
PubSubConf.Builder.setAll(PubSubConf.MapKind<S> kind,
S data)
Sets all fields based on the given data.
|
default <T> T |
PubSubConf.toMap(PubSubConf.MapKind<T> kind)
Converts this configuration to a Map based on given
PubSubConf.MapKind PubSubConf.MapKind.MapOptions. |
Copyright © 2026. All rights reserved.