com.ullink.slack.simpleslackapi.SlackMessageHandle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleslackapi-lib Show documentation
Show all versions of simpleslackapi-lib Show documentation
A simple API to build bot running on Slack
The newest version!
package com.ullink.slack.simpleslackapi;
import java.util.concurrent.TimeUnit;
import com.ullink.slack.simpleslackapi.replies.SlackReply;
public interface SlackMessageHandle
{
// the id given to the message sent
long getMessageId();
// server response
T getReply();
boolean isAcked();
void waitForReply(long timeout, TimeUnit unit);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy