com.zipwhip.signals.message.Action Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zipwhip-api Show documentation
Show all versions of zipwhip-api Show documentation
Java client to support applications powered by the Zipwhip Cloud
The newest version!
package com.zipwhip.signals.message;
/**
* Created by IntelliJ IDEA.
* User: Michael
* Date: Dec 11, 2010
* Time: 5:15:46 PM
*
* The different command types we support.
*/
public enum Action {
CONNECT, DISCONNECT, SUBSCRIBE, SUBSCRIBE_RESPONSE, ERROR, UNSUBSCRIBE, MESSAGE, SIGNAL, SUBSCRIPTION_COMPLETE, UNSUBSCRIPTION_COMPLETE, LOGOUT, SIGNAL_VERIFICATION, BACKLOG, PRESENCE, PING, PONG, NOOP, BACKFILL;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy