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.
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Object message)
Called by a worker executor to process a message.
|
void apply(Object message)
message - the message to process.Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.