| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
static PubSubPublishingOffsets |
PubSubPublishingOffsets.ZERO
Constant that only contains single offset with value of 0.
|
| Modifier and Type | Field and Description |
|---|---|
static PubSubConfScalarFieldSpecification<PubSubPublishingOffsets> |
PubSubUdpUadpWriterGroupConf.Fields.PublishingOffset |
static PubSubConfScalarFieldSpecification<PubSubPublishingOffsets> |
PubSubMqttUadpWriterGroupConf.Fields.PublishingOffset |
| Modifier and Type | Method and Description |
|---|---|
static PubSubPublishingOffsets |
PubSubPublishingOffsets.copyOf(Iterable<Duration> offsets)
Deprecated.
at the moment SDK does only support a single offset, if this method is used instead
of
of(Duration) only the first offset is used. |
PubSubPublishingOffsets |
PubSubUdpUadpWriterGroupConf.getPublishingOffset() |
PubSubPublishingOffsets |
PubSubUadpWriterGroupConf.getPublishingOffset() |
PubSubPublishingOffsets |
PubSubMqttUadpWriterGroupConf.getPublishingOffset() |
static PubSubPublishingOffsets |
PubSubPublishingOffsets.of(Duration offset)
Returns new
PubSubPublishingOffsets with (just) the given offset. |
| Modifier and Type | Method and Description |
|---|---|
T |
PubSubUadpWriterGroupConf.Builder.setPublishingOffset(PubSubPublishingOffsets value) |
Copyright © 2026. All rights reserved.