Package | Description |
---|---|
com.diffusiondata.gateway.framework |
Diffusion Gateway Framework API.
|
Modifier and Type | Method and Description |
---|---|
TopicProperties.PersistencePolicy |
TopicProperties.getPersistencePolicy()
Returns the persistence policy for the topic.
|
static TopicProperties.PersistencePolicy |
TopicProperties.PersistencePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicProperties.PersistencePolicy[] |
TopicProperties.PersistencePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TopicProperties |
TopicProperties.withPersistencePolicy(TopicProperties.PersistencePolicy persistencePolicy)
Returns a new instance of TopicProperties with the supplied PersistencePolicy
and other existing properties.
|
Copyright © 2024 DiffusionData Limited. All rights reserved.