public class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getTerminationUris(Class<?> compensatorClass,
URI baseUri) |
static boolean |
isAsyncCompletion(Method method)
Providing information if method is defined to be completed asynchronously.
|
public static Map<String,String> getTerminationUris(Class<?> compensatorClass, URI baseUri)
public static boolean isAsyncCompletion(Method method)
Suspended annotation is available amongst the method parameters
while the method is annotated with Complete or Compensate.method - method to be checked for async completionCopyright © 2018 Eclipse Foundation. All rights reserved.