All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.governator.event.ApplicationEvent Maven / Gradle / Ivy

There is a newer version: 1.17.5
Show newest version
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