org.distributeme.test.interception.interceptor.LogOutAfterCallInterceptor Maven / Gradle / Ivy
package org.distributeme.test.interception.interceptor;
public class LogOutAfterCallInterceptor extends LogOutEverythingInterceptor{
@Override
protected String getMessage() {
return "LOG LEAVING ";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy