Interface ProductStateTransitionMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
ProductStateTransitionMessagePayloadImpl

Generated after a successful Transition State update action.


Example to create an instance using the builder pattern

     ProductStateTransitionMessagePayload productStateTransitionMessagePayload = ProductStateTransitionMessagePayload.builder()
             .state(stateBuilder -> stateBuilder)
             .force(true)
             .build()