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

dev.struchkov.godfather.telegram.quarkus.context.service.EventDistributor Maven / Gradle / Ivy

The newest version!
package dev.struchkov.godfather.telegram.quarkus.context.service;

import io.smallrye.mutiny.Uni;
import org.telegram.telegrambots.meta.api.objects.Update;

public interface EventDistributor {

    Uni processing(Update update);

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy