public class RoutingKey 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 © 2022 MuleSoft, Inc.. All rights reserved.