Package akka.japi

Interface Procedure<T>


  • public interface Procedure<T>
    A Procedure is like a Function, but it doesn't produce a return value.

    This class is kept for compatibility, but for future API's please prefer Procedure.

    • Method Detail

      • apply

        void apply​(T param)
            throws java.lang.Exception
        Throws:
        java.lang.Exception