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

com.viber.bot.middleware.Middleware Maven / Gradle / Ivy

Go to download

Use this library to communicate with the Viber API to develop a bot for https://developers.viber.com/.

There is a newer version: 1.0.11
Show newest version
package com.viber.bot.middleware;

import com.google.common.util.concurrent.ListenableFuture;
import com.viber.bot.Request;

import javax.annotation.concurrent.ThreadSafe;
import java.io.InputStream;

@ThreadSafe
public interface Middleware {
    ListenableFuture incoming(final Request request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy