Asynchronous Annotations
function preProcess( event, interceptData ) async asyncPriority="low"{
// Log current request information
log.info("Executing request: #event.getCurrentEvent()#", getHTTPRequestData() );
}Last updated
Was this helpful?