Interceptor
interface Interceptor
An interface that can intercept a sendable event before it is sent. Interceptors can modify the event or prevent it from being sent by returning null.
An interface that can intercept a sendable event before it is sent. Interceptors can modify the event or prevent it from being sent by returning null.