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

gov.nist.javax.sip.MDCTask Maven / Gradle / Ivy

There is a newer version: 1.3.0-91
Show newest version
package gov.nist.javax.sip;

import java.util.Map;

/**
 * 
 * This interface allows to provide more MDC vars in addition to the affinity
 * object. 
 *
 */
public interface MDCTask extends ThreadAffinityTask{
    Map getMDCVars();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy