Interface ProductCreatedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
ProductCreatedMessagePayloadImpl

Generated after a successful Create Product request.


Example to create an instance using the builder pattern

     ProductCreatedMessagePayload productCreatedMessagePayload = ProductCreatedMessagePayload.builder()
             .productProjection(productProjectionBuilder -> productProjectionBuilder)
             .build()