Interface FaultToleranceOperationProvider

    • Method Detail

      • 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