Package | Description |
---|---|
org.apache.sling.distribution.journal |
Modifier and Type | Method and Description |
---|---|
static Reset |
Reset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reset[] |
Reset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> Closeable |
MessagingProvider.createJsonPoller(String topicName,
Reset reset,
MessageHandler<T> handler,
Class<T> type) |
<T> Closeable |
MessagingProvider.createPoller(String topicName,
Reset reset,
HandlerAdapter<?>... adapters) |
Closeable |
MessagingProvider.createPoller(String topicName,
Reset reset,
String assign,
HandlerAdapter<?>... adapters) |
long |
MessagingProvider.retrieveOffset(String topicName,
Reset reset) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.