All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ing.baker.il.failurestrategy.BlockInteraction.scala Maven / Gradle / Ivy

The newest version!
package com.ing.baker.il.failurestrategy

case object BlockInteraction extends InteractionFailureStrategy {
  def apply(n: Int) : ExceptionStrategyOutcome = ExceptionStrategyOutcome.BlockTransition
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy