@Target(value=METHOD) @Retention(value=RUNTIME) public @interface InitTransaction
The InitTransaction annotation attached to a public method specifies that the method is
invoked just after the transaction starts and before any operation executes.
A method to which this annotation is attached must provide the following parameters:
Request>
ExtensionHelper
A method to which this annotation is attached must provide one of the following return types:
InitTransactionResponse
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
serviceNames |
public abstract String[] serviceNames
Copyright © 2020 SAP. All Rights Reserved.