Uses of Class
org.linuxforhealth.fhir.server.index.kafka.KafkaPropertyAdapter.Mode
-
Packages that use KafkaPropertyAdapter.Mode Package Description org.linuxforhealth.fhir.server.index.kafka -
-
Uses of KafkaPropertyAdapter.Mode in org.linuxforhealth.fhir.server.index.kafka
Methods in org.linuxforhealth.fhir.server.index.kafka that return KafkaPropertyAdapter.Mode Modifier and Type Method Description KafkaPropertyAdapter.Mode
KafkaPropertyAdapter. getMode()
static KafkaPropertyAdapter.Mode
KafkaPropertyAdapter.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KafkaPropertyAdapter.Mode[]
KafkaPropertyAdapter.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.linuxforhealth.fhir.server.index.kafka with parameters of type KafkaPropertyAdapter.Mode Constructor Description KafkaPropertyAdapter(java.lang.String instanceIdentifier, java.lang.String topicName, java.util.Properties properties, KafkaPropertyAdapter.Mode mode)
Public constructor
-