Klasse ReceivingEvent

Alle implementierten Schnittstellen:
Runnable

Handles incoming GENA event messages.

Attempts to find an outgoing (remote) subscription matching the callback and subscription identifier. Once found, the GENA event message payload will be transformed and the RemoteGENASubscription.receive(org.jupnp.model.types.UnsignedIntegerFourBytes, java.util.Collection) method will be called asynchronously using the executor returned by UpnpServiceConfiguration.getRegistryListenerExecutor().

Autor:
Christian Bauer