
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