-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: documentation, engine
The Java documentation of the MessageCorrelationBuilder#correlate method links to the wrong method.
/** * Executes the message correlation. * * @deprecated use {@link #correlateAllWithResult() ()} instead. */ @Deprecated void correlate();
The link should be adjusted to correlateWithResult.