T - The type of payload to be pushed in the mule-flowA - The type of attributes to be pushed in the mule-flowC - the configuration object for a given route.public class RoutingKey<T,A,C> extends Object
| Constructor and Description |
|---|
RoutingKey(HttpMethod method,
String path,
SourceKind kind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SourceKind |
getKind() |
HttpMethod |
getMethod() |
String |
getPath() |
int |
hashCode() |
String |
toString() |
public RoutingKey(HttpMethod method, String path, SourceKind kind)
public HttpMethod getMethod()
public String getPath()
public SourceKind getKind()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.