package kafka.common
trait NotificationHandler {
def processNotification(notificationMessage: Array[Byte])
}
NotificationHandler Contract
NotificationHandler
is the contract of change notification handlers that can process change notifications.
Property | Description |
---|---|
|
Used exclusively when |
NotificationHandler | Description |
---|---|