Interface FeedMessageValidator
- All Known Implementing Classes:
FeedMessageValidatorImpl
public interface FeedMessageValidator
A class used to validate
UnmarshalledMessage objects-
Method Summary
Modifier and TypeMethodDescriptionvalidate(UnmarshalledMessage message, RoutingKeyInfo rkInfo) Validates the providedUnmarshalledMessageinstance
-
Method Details
-
validate
Validates the providedUnmarshalledMessageinstance- Parameters:
message- the message instance that should be validatedrkInfo- the associated routing key information- Returns:
- a
ValidationResultspecifying the validation result
-