public static enum PublisherHandler.Params extends Enum<PublisherHandler.Params> implements net.openhft.chronicle.wire.WireKey
| Enum Constant and Description |
|---|
message |
| Modifier and Type | Method and Description |
|---|---|
static PublisherHandler.Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherHandler.Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherHandler.Params message
public static PublisherHandler.Params[] values()
for (PublisherHandler.Params c : PublisherHandler.Params.values()) System.out.println(c);
public static PublisherHandler.Params 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 © 2015. All rights reserved.