withRollback method

InteractionBuilder<T> withRollback(
  1. InteractionDefinition rollback
)

Sets the rollback interaction.

Implementation

InteractionBuilder<T> withRollback(InteractionDefinition rollback) {
  _rollback = rollback;
  return this;
}