- Type Parameters:
M- The type of Message to dispatchR- The expected type of Message returned
- Enclosing interface:
RetryScheduler
Represents the logic to dispatch a message and attempt to retrieve the result
-
Method Summary
-
Method Details
-
dispatch
- Parameters:
message- The Message to dispatchprocessingContext- The processing context to dispatch the Message under- Returns:
- a Stream containing the result Messages
-