You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Allows for "fishing out" certain messages from the stream of incoming messages to this probe.
241
+
/// Messages can be caught or ignored using the passed in function.
242
+
///
243
+
/// The accumulated messages are assumed to be transforming the caught messages to `CaughtMessage` (e.g. extracting a specific payload from all incoming messages).
244
+
/// If you need to aggregate the exact `Message` types, you prefer using `fishForMessages`.
245
+
///
246
+
/// Once `MessageFishingDirective.catchComplete` or `MessageFishingDirective.complete` is returned,
247
+
/// the function returns all so-far accumulated messages.
0 commit comments