| Interface | Description |
|---|---|
| RoutingKeyFormatter |
A formatter for AMQP routing keys.
|
| Class | Description |
|---|---|
| AmqpApi |
Holds all AMQP exchange definitions of all ContinuITy services.
|
| AmqpApi.Global |
Global AMQP API not belonging to a specific service.
|
| AmqpApi.IdpaAnnotation |
AMQP API of the IDPA annotation service.
|
| AmqpApi.IdpaApplication |
AMQP API of the IDPA application service.
|
| AmqpApi.LoadTest |
AMQP API of the load test services, e.g., jmeter.
|
| AmqpApi.Orchestrator |
AMQP API of the orchestrator service.
|
| AmqpApi.SessionLogs |
AMQP API of the session logs service.
|
| AmqpApi.WorkloadModel |
AMQP API of the workload model services, e.g., wessbas.
|
| ExchangeBuilder |
Builds an exchange description.
|
| ExchangeDefinition<F extends RoutingKeyFormatter> |
Defines one exchange.
|
| RoutingKeyFormatter.Keyword |
Use a keyword as routing key, e.g.,
report. |
| RoutingKeyFormatter.LoadTestType |
Use a load test type as routing key, e.g.,
jmeter. |
| RoutingKeyFormatter.RecipeId |
Use the recipe ID as routing key.
|
| RoutingKeyFormatter.ServiceName |
Use the service name as routing key, e.g.,
frontend. |
| RoutingKeyFormatter.Tag |
Use a tag as routing key.
|
| RoutingKeyFormatter.WorkloadAndLoadTestType |
Use a workload type and a load test type as routing key, e.g.,
wessbas and
jmeter. |
| RoutingKeyFormatter.WorkloadType |
Use a workload type as routing key, e.g.,
wessbas. |