Uses of Enum Class
org.apache.camel.component.paho.mqtt5.PahoMqtt5Persistence
-
Uses of PahoMqtt5Persistence in org.apache.camel.component.paho.mqtt5
Methods in org.apache.camel.component.paho.mqtt5 that return PahoMqtt5PersistenceModifier and TypeMethodDescriptionPahoMqtt5Configuration.getPersistence()static PahoMqtt5PersistenceReturns the enum constant of this class with the specified name.static PahoMqtt5Persistence[]PahoMqtt5Persistence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.paho.mqtt5 with parameters of type PahoMqtt5PersistenceModifier and TypeMethodDescriptionvoidPahoMqtt5Configuration.setPersistence(PahoMqtt5Persistence persistence) Client persistence to be used - memory or file.