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