Uses of 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 PahoMqtt5Persistence Modifier and Type Method Description PahoMqtt5PersistencePahoMqtt5Configuration. getPersistence()static PahoMqtt5PersistencePahoMqtt5Persistence. valueOf(String name)Returns the enum constant of this type with the specified name.static PahoMqtt5Persistence[]PahoMqtt5Persistence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.paho.mqtt5 with parameters of type PahoMqtt5Persistence Modifier and Type Method Description voidPahoMqtt5Configuration. setPersistence(PahoMqtt5Persistence persistence)Client persistence to be used - memory or file.
-