Class RelayNotifier

java.lang.Object
com.linkedin.davinci.notifier.RelayNotifier
All Implemented Interfaces:
VeniceNotifier, Closeable, AutoCloseable

public class RelayNotifier extends Object implements VeniceNotifier
RelayNotifier is a VeniceNotifier which takes in a target VeniceNotifier and forward all actions to the target notifier. This RelayNotifier can served as the base implementation and other notifier implementation can override the method implementation to achieve customized behaviors.