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

io.github.zhyshko.core.strategy.MappingRetrieveStrategy Maven / Gradle / Ivy

The newest version!
package io.github.zhyshko.core.strategy;

import org.springframework.core.Ordered;
import org.telegram.telegrambots.meta.api.objects.Update;

public interface MappingRetrieveStrategy extends Ordered {

    boolean isApplicable(Update update);

    String retrieve(Update update);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy