public static enum SubscriptionHandlerProcessor.EventId extends Enum<SubscriptionHandlerProcessor.EventId> implements net.openhft.chronicle.wire.ParameterizeWireKey
| Enum Constant and Description |
|---|
entrySubscriberCount |
keySubscriberCount |
onEndOfSubscription |
registerTopicSubscriber |
subscribe |
topicSubscriberCount |
unregisterTopicSubscriber |
unSubscribe |
| Modifier and Type | Method and Description |
|---|---|
<P extends net.openhft.chronicle.wire.WireKey> |
params() |
static SubscriptionHandlerProcessor.EventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionHandlerProcessor.EventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubscriptionHandlerProcessor.EventId unSubscribe
public static final SubscriptionHandlerProcessor.EventId subscribe
public static final SubscriptionHandlerProcessor.EventId registerTopicSubscriber
public static final SubscriptionHandlerProcessor.EventId unregisterTopicSubscriber
public static final SubscriptionHandlerProcessor.EventId entrySubscriberCount
public static final SubscriptionHandlerProcessor.EventId topicSubscriberCount
public static final SubscriptionHandlerProcessor.EventId keySubscriberCount
public static final SubscriptionHandlerProcessor.EventId onEndOfSubscription
public static SubscriptionHandlerProcessor.EventId[] values()
for (SubscriptionHandlerProcessor.EventId c : SubscriptionHandlerProcessor.EventId.values()) System.out.println(c);
public static SubscriptionHandlerProcessor.EventId 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 null@NotNull public <P extends net.openhft.chronicle.wire.WireKey> P[] params()
params in interface net.openhft.chronicle.wire.ParameterizeWireKeyCopyright © 2015. All rights reserved.