Package org.citrusframework.message
Interface MessageBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for classes being able to build control messages for validation.
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionbuild(TestContext context, String messageType) Builds the control message.
-
Method Details
-
build
Builds the control message.- Parameters:
context- the current test context.messageType- the message type to build.- Returns:
- the constructed message object.
-