instructions property
A list of program instructions that will be executed in sequence and committed in one atomic transaction if all succeed.
Implementation
final Iterable<MessageInstruction> instructions;
A list of program instructions that will be executed in sequence and committed in one atomic transaction if all succeed.
final Iterable<MessageInstruction> instructions;