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
  • Method Details

    • buildPayload

      Object buildPayload(TestContext context)
      Builds the message payload.
      Parameters:
      context - the current test context.
      Returns: