ConnPollMode
@Serializable { simple=true }
const class ConnPollMode : Enum
The polling modes supported by the connector framework
Return the ConnPollMode instance for the specified name
List of ConnPollMode values indexed by ordinal
Connector framework handles the polling logic using buckets strategy
Polling not supported
Connector implementation handles all polling logic
Return true if the mode is not disabled
const static ConnPollMode : buckets
Connector framework handles the polling logic using buckets strategy
const static ConnPollMode : disabled
Polling not supported
static new fromStr(Str name, Bool checked)
Return the ConnPollMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
Bool isEnabled()
Return true if the mode is not disabled.
const static ConnPollMode : manual
Connector implementation handles all polling logic
const static ConnPollMode[] : vals
List of ConnPollMode values indexed by ordinal