
com.netflix.governator.event.ApplicationEvent Maven / Gradle / Ivy
package com.netflix.governator.event;
/**
* Marker interface for application events to be published
* to subscribed consumers. See {@link ApplicationEventDispatcher} and {@link EventListener}
* for examples of publishing and subscribing to events.
*/
public interface ApplicationEvent {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy