public class DubboMatchRequest extends Object
| Constructor and Description |
|---|
DubboMatchRequest() |
| Modifier and Type | Method and Description |
|---|---|
DubboAttachmentMatch |
getAttachments() |
Map<String,StringMatch> |
getHeaders() |
DubboMethodMatch |
getMethod() |
String |
getName() |
Map<String,String> |
getSourceLabels() |
boolean |
isMatch(Invocation invocation,
Map<String,String> sourceLabels,
Set<TracingContextProvider> contextProviders) |
void |
setAttachments(DubboAttachmentMatch attachments) |
void |
setHeaders(Map<String,StringMatch> headers) |
void |
setMethod(DubboMethodMatch method) |
void |
setName(String name) |
void |
setSourceLabels(Map<String,String> sourceLabels) |
String |
toString() |
public String getName()
public void setName(String name)
public DubboMethodMatch getMethod()
public void setMethod(DubboMethodMatch method)
public DubboAttachmentMatch getAttachments()
public void setAttachments(DubboAttachmentMatch attachments)
public Map<String,StringMatch> getHeaders()
public void setHeaders(Map<String,StringMatch> headers)
public boolean isMatch(Invocation invocation, Map<String,String> sourceLabels, Set<TracingContextProvider> contextProviders)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.