T
- type of the return value of the processing executionpublic abstract class ProcessCallback<T,O> extends Object
ProcessTemplate
Constructor and Description |
---|
ProcessCallback() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessTokenId() |
abstract List<Class<? extends Exception>> |
getManagedExceptions() |
abstract boolean |
isProtected() |
abstract T |
process(O object) |
void |
setAccessTokenId(String accessTokenId) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.