| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
protected PubSubSystem |
PubSubSystemStartedEvent.Builder.pubSubSystem |
protected PubSubSystem |
PubSubSystemShutdownEvent.Builder.pubSubSystem |
protected PubSubSystem |
PubSubSystemConfigurationUpdatedEvent.Builder.pubSubSystem |
| Modifier and Type | Method and Description |
|---|---|
static PubSubSystem |
PubSubSystem.createFor(UaApplication uaApplication,
PubSubSystemConf initialConf)
Creates a
PubSubSystem that uses the given UaApplication as the source and
target of for Publisher and Subscriber parts.The returned PubSubSystem must be started
by invoking start(). |
static PubSubSystem |
PubSubSystem.createFor(UaApplication uaApplication,
PubSubSystemConf initialConf,
PubSubSystemOverrides overrides)
Creates a
PubSubSystem that uses the given UaApplication as the source and
target of for Publisher and Subscriber parts. |
PubSubSystem |
PubSubSystemStartedEvent.getPubSubSystem()
The
PubSubSystem which is the source of the event. |
PubSubSystem |
PubSubSystemStartedEvent.Builder.getPubSubSystem() |
PubSubSystem |
PubSubSystemShutdownEvent.getPubSubSystem()
The
PubSubSystem which is the source of the event. |
PubSubSystem |
PubSubSystemShutdownEvent.Builder.getPubSubSystem() |
PubSubSystem |
PubSubSystemConfigurationUpdatedEvent.getPubSubSystem()
The
PubSubSystem for which the configuration changed. |
PubSubSystem |
PubSubSystemConfigurationUpdatedEvent.Builder.getPubSubSystem() |
| Modifier and Type | Method and Description |
|---|---|
PubSubSystemStartedEvent.Builder |
PubSubSystemStartedEvent.Builder.setPubSubSystem(PubSubSystem pubSubSystem)
Set the value for
PubSubSystemStartedEvent.getPubSubSystem(). |
PubSubSystemShutdownEvent.Builder |
PubSubSystemShutdownEvent.Builder.setPubSubSystem(PubSubSystem pubSubSystem)
Set the value for
PubSubSystemShutdownEvent.getPubSubSystem(). |
PubSubSystemConfigurationUpdatedEvent.Builder |
PubSubSystemConfigurationUpdatedEvent.Builder.setPubSubSystem(PubSubSystem pubSubSystem)
Set the value for
PubSubSystemConfigurationUpdatedEvent.getPubSubSystem(). |
Copyright © 2026. All rights reserved.