Interface | Description |
---|---|
Correlator |
Correlates requests with their responses and notifies
SenderTask of receiving the appropriate response to the
original request. |
Class | Description |
---|---|
AbstractCorrelator |
Default implementation of a correlator that provides an easy way to extend it by providing
the minimum functionality that is necessary, which is correlation id extraction from request and response.
|
GenerateHeaderCorrelator |
Generates a new random UUID and sets it as a message header.
|
PrefixCorrelator |
Extract a prefix from the message and then the same prefix is expected to be in the response.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.