Class PersonNameChangedMessageHandler

    • Method Detail

      • canHandle

        public boolean canHandle​(String messageType)
        Description copied from interface: MessageHandler
        Tells the caller if the message type can be handled by this handler
        Specified by:
        canHandle in interface MessageHandler
        Parameters:
        messageType - A textual identifier of the message type
        Returns:
        true if the message handler can handle the message type, false otherwise
      • handle

        public void handle​(String messageType,
                           com.fifa.connectservicebus.sdk.Message message)
                    throws Exception
        Description copied from interface: MessageHandler
        Handles the message
        Specified by:
        handle in interface MessageHandler
        Parameters:
        messageType - A textual identifier of the message type
        message - Message to handle
        Throws:
        Exception