volvox/service-chats/src/main/java/io/volvox/chats/Status.java

7 lines
69 B
Java

package io.volvox.chats;
public enum Status {
DEAD,
ALIVE
}