Uses of Enum Class
io.gravitee.gateway.reactive.api.context.kafka.topicidentity.TopicIdentity.Source
Packages that use TopicIdentity.Source
-
Uses of TopicIdentity.Source in io.gravitee.gateway.reactive.api.context.kafka.topicidentity
Methods in io.gravitee.gateway.reactive.api.context.kafka.topicidentity that return TopicIdentity.SourceModifier and TypeMethodDescriptionTopicIdentity.source()Returns the value of thesourcerecord component.static TopicIdentity.SourceReturns the enum constant of this class with the specified name.static TopicIdentity.Source[]TopicIdentity.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.gravitee.gateway.reactive.api.context.kafka.topicidentity with parameters of type TopicIdentity.SourceModifierConstructorDescriptionTopicIdentity(org.apache.kafka.common.Uuid id, String name, TopicIdentity.Source source) Creates an instance of aTopicIdentityrecord class.