You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.eclipse.microprofile.faulttolerance.ExecutionContext interface can also introduce public Object getTarget() method to access the target instance being executed.
The text was updated successfully, but these errors were encountered:
An example usecase is when a FallbackHandler wants to access the original object instance. A workaround is to use fallbackMethod which is executed on the same object so it's not of high priority. Although I don't like string references in the code and prefer using a fallback handler references as a class instead of fallbackMethod references by its string name.
org.eclipse.microprofile.faulttolerance.ExecutionContext
interface can also introducepublic Object getTarget()
method to access the target instance being executed.The text was updated successfully, but these errors were encountered: