Interface OrderStateTransitionMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin, OrderMessagePayload

public interface OrderStateTransitionMessagePayload extends OrderMessagePayload

Generated after a successful Transition State update action.


Example to create an instance using the builder pattern

     OrderStateTransitionMessagePayload orderStateTransitionMessagePayload = OrderStateTransitionMessagePayload.builder()
             .state(stateBuilder -> stateBuilder)
             .force(true)
             .build()