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

com.github.seratch.jslack.api.rtm.RTMMessageHandler Maven / Gradle / Ivy

package com.github.seratch.jslack.api.rtm;

@FunctionalInterface
public interface RTMMessageHandler {

    void handle(String message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy