| Interface | Description |
|---|---|
| TopicConfigBuilder.BuildSteps |
A functional interface representing a configuration step that is applied to a topic builder
|
| TopicNamer |
Several types of topics (eg.
|
| Class | Description |
|---|---|
| TopicConfig |
TopicConfig represents configuration information for topic names and for topic properties for topic creation
|
| TopicConfigBuilder |
TopicConfigBuilder, as used with
TopicConfigBuilder.BuildSteps is a functional pattern for setting topic configuration
Whenever a TopicConfigBuilder.BuildSteps is required, a user can provide a lambda function of this form for example: |
| TopicCreation |
A data class that encompasses both the topic name and the configuration for topic creation
|
| TopicTypes |
A collation of the different topic types for various families of topics.
|
| TopicTypes.ActionTopic |
Topic types for action processors
|
| TopicTypes.CommandTopic |
Topic types for event sourcing commands
|
| TopicTypes.SagaTopic |
Topic types for the saga coordinator
|
| TopicUtils |
Copyright © 2019. All rights reserved.