Interface IProcessorModule

    • Method Detail

      • canHandle

        boolean canHandle​(@Nonnull
                          String sAction,
                          @Nonnull
                          IMessage aMsg,
                          @Nullable
                          Map<String,​Object> aOptions)
        Check if this processor module can handle a certain action on the provided message
        Parameters:
        sAction - The action to be executed. Never null.
        aMsg - The message in question. May be an AS2 message or an MDN message. Never null.
        aOptions - The options to be considered. May be null.
        Returns:
        true of this module can handle the respective message, false if not.