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

com.slack.api.rtm.RTMEventsDispatcherFactory Maven / Gradle / Ivy

There is a newer version: 1.45.3
Show newest version
package com.slack.api.rtm;

/**
 * Creates RTMEventsDispatcher instances.
 */
public class RTMEventsDispatcherFactory {

    private RTMEventsDispatcherFactory() {
    }

    /**
     * Returns an RTMEventsDispatcher.
     */
    public static RTMEventsDispatcher getInstance() {
        return new RTMEventsDispatcherImpl();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy