| 1 | <?php |
||
| 9 | class AttachCorrelationIdPipelineStep implements PipelineStepInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param OutgoingLogicalMessageContext $context |
||
| 13 | * @param callable $next |
||
| 14 | */ |
||
| 15 | 3 | public function invoke($context, callable $next) |
|
| 39 | |||
| 40 | /** |
||
| 41 | * @return string |
||
| 42 | */ |
||
| 43 | 1 | public static function getStageContextClass() |
|
| 47 | } |
||
| 48 |