public interface RoutingKeyFormatter
| Modifier and Type | Interface and Description |
|---|---|
static class |
RoutingKeyFormatter.Keyword
Use a keyword as routing key, e.g.,
report. |
static class |
RoutingKeyFormatter.LoadTestType
Use a load test type as routing key, e.g.,
jmeter. |
static class |
RoutingKeyFormatter.RecipeId
Use the recipe ID as routing key.
|
static class |
RoutingKeyFormatter.ServiceName
Use the service name as routing key, e.g.,
frontend. |
static class |
RoutingKeyFormatter.Tag
Use a tag as routing key.
|
static class |
RoutingKeyFormatter.WorkloadAndLoadTestType
Use a workload type and a load test type as routing key, e.g.,
wessbas and
jmeter. |
static class |
RoutingKeyFormatter.WorkloadType
Use a workload type as routing key, e.g.,
wessbas. |