Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 246801

Async function execution

$
0
0

I've looked through the documentation, but can't seem to find an example of a fire and forget FunctionService execution.

Unless I missed something in the api docs, there doesn't appear to be a .execute method that doesn't return a ResultsCollector or throw a FunctionException if you ignore it.

 

Yes, I know I could just return a .lastResult(null) but it does seem to be violating the spirit of "fire and forget".

 

Did I miss something somewhere?


Viewing all articles
Browse latest Browse all 246801

Trending Articles