You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2019/04/14 01:12:31 UTC

[GitHub] [tomee] Daniel-Dos commented on a change in pull request #458: Tomee 2498 - Translate to Spanish: mp-faulttolerance-fallback

Daniel-Dos commented on a change in pull request #458: Tomee 2498 - Translate to Spanish: mp-faulttolerance-fallback
URL: https://github.com/apache/tomee/pull/458#discussion_r275137231
 
 

 ##########
 File path: examples/mp-faulttolerance-fallback/README_es.adoc
 ##########
 @@ -0,0 +1,125 @@
+= MicroProfile Fault Tolerance - Fallback
+:index-group: MicroProfile
+:jbake-type: page
+:jbake-status: published
+
+Este es un ejemplo de como usar Microprofile @Fallback en TomEE.
+
+== Fallback Feature
+Fault Tolerance Fallback provee una alternativa en caso de fallo de una ejecución. Esta alternativa será llamada cuando 
+un `Retry` o `CircuitBreaker` ha fallado.
+
+Para usar esta funcionalidad es necesario anotar el metodo con  `@Fallback`.
+
+Las politicas del Fallback permiten configurar :
+
+* **value**: Una clase que implementa `FallbackHandler`
+* **fallbackMethod**: El método que será ejecutado.
+
+Los parámetros `value` and `fallbackMethod` no pueden ser específicados a la vez.
+
+Para más detalles revisar http://download.eclipse.org/microprofile/microprofile-fault-tolerance-1.1/microprofile-fault-tolerance-spec.html[Especificación] 
+
+== Ejemplpos
 
 Review comment:
   HI @gdiazs,
   please fix this name .
   
   thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services