Uses of Class
com.slack.api.Slack
-
Packages that use Slack Package Description com.slack.api The root package of all the libraries in this SDK.com.slack.api.rtm RTM (Real Time Messaging) API client. -
-
Uses of Slack in com.slack.api
Methods in com.slack.api that return Slack Modifier and Type Method Description static SlackSlack. getInstance()static SlackSlack. getInstance(SlackConfig config)static SlackSlack. getInstance(SlackConfig config, SlackHttpClient httpClient)static SlackSlack. getInstance(SlackHttpClient httpClient) -
Uses of Slack in com.slack.api.rtm
Constructors in com.slack.api.rtm with parameters of type Slack Constructor Description RTMClient(Slack slack, String botApiToken, String wssUrl, User connectedBotUser)
-