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

org.riversun.xternal.simpleslackapi.SlackMessageHandle Maven / Gradle / Ivy

The newest version!
package org.riversun.xternal.simpleslackapi;

import java.util.concurrent.TimeUnit;

import org.riversun.xternal.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