Interface PersonLocalReceivedHandler


  • public interface PersonLocalReceivedHandler
    • Method Detail

      • handle

        void handle​(com.fifa.fc.PersonLocal personLocal,
                    String sender)
             throws Exception
        Runs internal handler logic
        Parameters:
        personLocal - Person details using FIFA Data Standard
        sender - System Identifier of the data sender
        Throws:
        Exception