public interface WorkerFunction
This interface is mostly used to facilitate the design of the Java API, as worker functions are made out of closures / method handles in Golo.
void apply(Object message)
message - the message to process.Copyright © 2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.