Package com.consol.citrus.message
Interface MessagePayloadBuilder
-
- All Known Subinterfaces:
ScriptPayloadBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface MessagePayloadBuilder
- Author:
- Christoph Deppisch
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMessagePayloadBuilder.Builder<T extends MessagePayloadBuilder,B extends MessagePayloadBuilder.Builder<T,B>>Fluent builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectbuildPayload(TestContext context)Builds the message payload.
-
-
-
Method Detail
-
buildPayload
Object buildPayload(TestContext context)
Builds the message payload.- Parameters:
context- the current test context.- Returns:
-
-