Callable-annotated methods are currently required to return a Map<String, Object>.
This is a bit too restrictive and methods created to be Callable are less intuitive to use by other java components, for instance. As we pass this result to the JSON serializer, this would not require any code modification to the serialization process.