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 Detail

      • apply

        void apply()
            throws java.lang.Exception
        Throws:
        java.lang.Exception