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

io.github.nazarovctrl.telegrambotspring.function.Controller Maven / Gradle / Ivy

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