Package akka.japi
Interface Effect
-
public interface Effect
An executable piece of code that takes no parameters and doesn't return any value.This class is kept for compatibility, but for future API's please prefer
Effect
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply()
-