public enum StreamEventsEnum extends Enum<StreamEventsEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamEventsEnum.SseConnectionErrorValues |
static class |
StreamEventsEnum.StreamingStatusValues |
static class |
StreamEventsEnum.SyncModeUpdateValues |
| Enum Constant and Description |
|---|
ABLY_ERROR |
CONNECTION_ESTABLISHED |
OCCUPANCY_PRI |
OCCUPANCY_SEC |
SSE_CONNECTION_ERROR |
STREAMING_STATUS |
SYNC_MODE_UPDATE |
TOKEN_REFRESH |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
static StreamEventsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamEventsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamEventsEnum CONNECTION_ESTABLISHED
public static final StreamEventsEnum OCCUPANCY_PRI
public static final StreamEventsEnum OCCUPANCY_SEC
public static final StreamEventsEnum STREAMING_STATUS
public static final StreamEventsEnum SSE_CONNECTION_ERROR
public static final StreamEventsEnum TOKEN_REFRESH
public static final StreamEventsEnum ABLY_ERROR
public static final StreamEventsEnum SYNC_MODE_UPDATE
public static StreamEventsEnum[] values()
for (StreamEventsEnum c : StreamEventsEnum.values()) System.out.println(c);
public static StreamEventsEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getType()
Copyright © 2021. All rights reserved.