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

com.slack.api.bolt.handler.UnmatchedRequestHandler Maven / Gradle / Ivy

The newest version!
package com.slack.api.bolt.handler;

import com.slack.api.bolt.request.Request;
import com.slack.api.bolt.response.Response;

@FunctionalInterface
public interface UnmatchedRequestHandler {

    Response handle(Request request);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy