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

net.engio.mbassy.subscription.ISubscriptionContextAware Maven / Gradle / Ivy

package net.engio.mbassy.subscription;

/**
 * This interface marks components that have access to the subscription context.
 *
 * @author bennidi
 *         Date: 3/1/13
 */
public interface ISubscriptionContextAware{

    /**
     * Get the subscription context associated with this object
     *
     * @return the subscription context associated with this object
     */
    SubscriptionContext getContext();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy