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

com.slack.api.rtm.RTMErrorHandler Maven / Gradle / Ivy

The newest version!
package com.slack.api.rtm;

@FunctionalInterface
public interface RTMErrorHandler {

    void handle(Throwable reason);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy