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

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

There is a newer version: 1.17.5
Show newest version
package com.netflix.governator.event;

/**
 * Interface to unregistering a subscriber to events. Returned from {@link ApplicationEventDispatcher} 
 * whenever a received is programmatically registered. 
 */
public interface ApplicationEventRegistration {
    
    void unregister();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy