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