io.github.nazarovctrl.telegrambotspring.function.Controller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegram-bot-spring Show documentation
Show all versions of telegram-bot-spring Show documentation
Library to make it easier to create a telegram-bot in spring
The newest version!
package io.github.nazarovctrl.telegrambotspring.function;
import org.telegram.telegrambots.meta.api.objects.Update;
/**
* The functional interface for handling update
*
* @author Azimjon Nazarov
*/
@FunctionalInterface
public interface Controller {
/**
* @param update field for handling
*/
void handle(Update update);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy