Skip to content

setThreadingModel() should take String, and setThreadPoolSize() should take long #124

Open
@bowenli86

Description

Currently, fromProperties(Properties props) can only recognize boolean, string, and long. While the signature of thread-related methods are setThreadingModel(enum) and setThreadPoolSize(int). Thus, these properties cannot be set via fromProperties(Properties props).

You should change the signature to setThreadingModel(String) and setThreadPoolSize(long).

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions