Source code for ultipa.connection.clientType
# -*- coding: utf-8 -*-
# @Time : 2023/7/18 11:53
# @Author : Ultipa
# @Email : [email protected]
# @File : clientType.py
[docs]
class ClientType:
'''
This class defines the types of client.
'''
Default = 0
Algo = 1
Update = 2
Leader = 3