class documentation

class UaEventSubscriber(ABC):

View In Hierarchy

Interface for OPC UA event subscribers.

Async Method ua_on_event Handle OPC UA event notification.
@abstractmethod
async def ua_on_event(self, ua_event: UaEvent): ΒΆ

Handle OPC UA event notification.