![]() | ConnectionLifecycleEnum Class |
Namespace: com.espertech.esper.common.client.configuration.common
public sealed class ConnectionLifecycleEnum : Enum
The ConnectionLifecycleEnum type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | POOLED |
Obtain a new connection each lookup closing the connection when done.
|
![]() ![]() | RETAIN |
Retain connection between lookups, not getting a new connection each lookup.
|
![]() | value__ |