Package | Description |
---|---|
com.diffusiondata.gateway.framework |
Diffusion Gateway Framework API.
|
Modifier and Type | Method and Description |
---|---|
TopicType |
TopicProperties.getTopicType()
Returns the topic type.
|
TopicType |
SourceHandler.SourceServiceProperties.getTopicType()
Returns the type of topic that the service will publish to.
|
static TopicType |
TopicType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicType[] |
TopicType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SourceHandler.SourceServiceProperties.Builder |
SourceHandler.SourceServiceProperties.Builder.topicType(TopicType type)
Sets the topic type.
|
TopicProperties |
TopicProperties.withTopicType(TopicType topicType)
Returns a new instance of TopicProperties with the supplied topic type and
other existing properties.
|
Copyright © 2025 DiffusionData Limited. All rights reserved.