| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubEventType<E extends PubSubSystemEvent>
Defines events types for a PubSubSystem.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubDataSetMessageReceivedEvent
Common base for events when a DataSet Reader receives a message.
|
interface |
PubSubDataSetMetaDataMessageReceivedEvent
Common interface for
PubSubSystemEvents where a DataSetMetaData message has been received. |
interface |
PubSubFailureEvent
A common interface for error-related
PubSubSystemEvents. |
| Modifier and Type | Field and Description |
|---|---|
static PubSubEventType<PubSubSystemEvent> |
PubSubSystemEvents.PUB_SUB_ALL
Special marker for ALL
PubSubSystemEvents, adding a listener with this will listen to all
events the PubSubSystem sends. |
| Modifier and Type | Method and Description |
|---|---|
<E extends PubSubSystemEvent> |
PubSubSystem.addEventListener(PubSubEventType<E> eventType,
Consumer<E> eventListener)
Adds a listener of the specified type.
|
<E extends PubSubSystemEvent> |
PubSubSystem.addEventListener(PubSubEventType<E> eventType,
Consumer<E> eventListener,
Executor executor)
Adds a listener of the specified type.
|
protected <E extends PubSubSystemEvent> |
PubSubSystem.fireEvent(PubSubEventType<E> eventType,
Supplier<E> eventSupplier)
Fires an event to all listeners of the given type.
|
<E extends PubSubSystemEvent> |
PubSubSystem.removeEventListener(PubSubEventType<E> eventType,
Consumer<E> eventListener)
Removes a listener of the specified type.
|
<E extends PubSubSystemEvent> |
PubSubSystem.removeEventListener(PubSubEventType<E> eventType,
Consumer<E> eventListener,
Executor executor)
Removes a listener of the specified type that was previously added with
PubSubSystem.addEventListener(PubSubEventType, Consumer, Executor) specifying an Executor . |
Copyright © 2026. All rights reserved.