| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client.subscriptions |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<org.eclipse.milo.opcua.stack.core.util.Unit> |
ManagedItem.setDiscardOldestAsync(boolean discardOldest,
BatchModifyMonitoredItems batch)
Set this item's discard policy as part of a batch operation.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
ManagedItem.setQueueSizeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger queueSize,
BatchModifyMonitoredItems batch)
Request a new queue size for this item as part of a batch operation
|
CompletableFuture<Double> |
ManagedDataItem.setSamplingIntervalAsync(double samplingInterval,
BatchModifyMonitoredItems batch)
Request a new sampling interval for this item as part of a batch operation.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.util.Unit> |
ManagedItem.setTimestampsToReturnAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.TimestampsToReturn timestamps,
BatchModifyMonitoredItems batch)
Set this item's
TimestampsToReturn as part of a batch operation. |
Copyright © 2021. All rights reserved.