All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.harium.suneidesis.chat.Parser Maven / Gradle / Ivy

The newest version!
package com.harium.suneidesis.chat;

import com.harium.suneidesis.chat.input.InputContext;
import com.harium.suneidesis.chat.output.Output;

public interface Parser {

    /**
     * Method that handles messages
     * @param context - the context when receiving messages
     * @param output - the output
     * @return if the message was properly handled or another parser can try to handle it
     */
    boolean parse(InputContext context, Output output);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy