public static enum TopicPublisherHandler.EventId extends Enum<TopicPublisherHandler.EventId> implements net.openhft.chronicle.wire.ParameterizeWireKey
Enum Constant and Description |
---|
excerpt |
getNextAtTopic |
next |
nextIndex |
onEndOfSubscription |
publish |
publishAndIndex |
registerSubscriber |
registerTopicSubscriber |
replay |
Modifier and Type | Method and Description |
---|---|
<P extends net.openhft.chronicle.wire.WireKey> |
params() |
static TopicPublisherHandler.EventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicPublisherHandler.EventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicPublisherHandler.EventId publish
public static final TopicPublisherHandler.EventId onEndOfSubscription
public static final TopicPublisherHandler.EventId registerTopicSubscriber
public static final TopicPublisherHandler.EventId replay
public static final TopicPublisherHandler.EventId excerpt
public static final TopicPublisherHandler.EventId nextIndex
public static final TopicPublisherHandler.EventId getNextAtTopic
public static final TopicPublisherHandler.EventId next
public static final TopicPublisherHandler.EventId publishAndIndex
public static final TopicPublisherHandler.EventId registerSubscriber
public static TopicPublisherHandler.EventId[] values()
for (TopicPublisherHandler.EventId c : TopicPublisherHandler.EventId.values()) System.out.println(c);
public static TopicPublisherHandler.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.ParameterizeWireKey
Copyright © 2021. All rights reserved.