Bus.NotificationReceiver

interface NotificationReceiver

Interfaces for observers of Bus instances that want to asynchronously receive incoming notifications.

Author

jwienke

Methods

handle

void handle(Notification notification)

Callback method with the received notification.

Parameters

notification – the new notification