Interface ReactiveMessagingPulsarBuildTimeConfig
@ConfigRoot(phase=BUILD_TIME)
@ConfigMapping(prefix="quarkus.messaging.pulsar")
public interface ReactiveMessagingPulsarBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether or not Pulsar Schema auto-detection is enabled.booleanWhether Pulsar Schema generation is enabled.
-
Method Details
-
schemaAutodetectionEnabled
@WithName("schema-autodetection.enabled") @WithDefault("true") boolean schemaAutodetectionEnabled()Whether or not Pulsar Schema auto-detection is enabled. -
schemaGenerationEnabled
@WithName("schema-generation.enabled") @WithDefault("true") boolean schemaGenerationEnabled()Whether Pulsar Schema generation is enabled. When no Schema are found and not set, Quarkus generates a JSON Schema.
-