Interface FaultToleranceOperationProvider

All Known Implementing Classes:
DefaultFaultToleranceOperationProvider

public interface FaultToleranceOperationProvider
An integrator is allowed to provide a custom implementation of FaultToleranceOperationProvider. The bean should be Singleton, must be marked as alternative and selected globally for an application.
Author:
Martin Kouba
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Class<?> beanClass, Method method)
    Warning: Should always return the same operation for a given (beanClass, method) pair.
  • Method Details

    • get

      FaultToleranceOperation get(Class<?> beanClass, Method method)
      Warning: Should always return the same operation for a given (beanClass, method) pair. The results may be cached by the fault tolerance mechanism.
      Parameters:
      beanClass -
      method -
      Returns:
      a fault tolerance operation fot the given parameters