public static enum MessageLatencyManager.MessagingDirection extends Enum<MessageLatencyManager.MessagingDirection>
MessageLatencyManager.update(com.neeve.sma.MessageView, com.neeve.sma.MessageLatencyManager.MessagingDirection) to indicate whether to update inbound or outbound related latencies| Modifier and Type | Method and Description |
|---|---|
static MessageLatencyManager.MessagingDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageLatencyManager.MessagingDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageLatencyManager.MessagingDirection Inbound
public static final MessageLatencyManager.MessagingDirection Outbound
public static MessageLatencyManager.MessagingDirection[] values()
for (MessageLatencyManager.MessagingDirection c : MessageLatencyManager.MessagingDirection.values()) System.out.println(c);
public static MessageLatencyManager.MessagingDirection 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 nullCopyright © 2019 Neeve Research, LLC. All Rights Reserved.