Value | Description |
LIFECYCLE_DESTROY_ON_DISCONNECT | The Broker will destroy the client state whenever the connection between a Broker client and the Broker is lost. |
LIFECYCLE_EXPLICIT_DESTROY | The client state will be maintained if the Broker client is disconnected. Used for client applications that need to maintain state in the event of network or system failures. |