public class Bus<T extends BusPayload> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Bus<CommandBusMessage> |
COMMAND |
static Bus<LogEvent> |
LOG |
static Bus<Status> |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
int |
ordinal() |
String |
toString() |
static Bus |
valueOf(String str)
emulates the valueOf method of enums
|
static Bus[] |
values()
emulates the values method of enums
|
public static final Bus<CommandBusMessage> COMMAND
Copyright © 2014 LSST. All rights reserved.