INT-1568 removed the MessageHeaders.PREFIX constant since it's no longer necessary. Also added @ManagedOperation to the IntegrationMBeanExporter's getChannelSendRate(..) method.
This commit is contained in:
@@ -16,15 +16,13 @@
|
||||
|
||||
package org.springframework.integration.http;
|
||||
|
||||
import org.springframework.integration.MessageHeaders;
|
||||
|
||||
/**
|
||||
* @author Mark Fisher
|
||||
* @since 1.0.2
|
||||
*/
|
||||
public abstract class HttpHeaders {
|
||||
|
||||
private static final String PREFIX = MessageHeaders.PREFIX + "http_";
|
||||
private static final String PREFIX = "http_";
|
||||
|
||||
public static final String REQUEST_URL = PREFIX + "requestUrl";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user