Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
camel-hazelcast defines the operation using an integer but you can also use a string when configuring the endpoint so it is a mix of styles that we should avoid so it would be nice if we use enum/string everywhere.
HazelcastOperation {
PUT,
...;
}
HazelcastDefaultEndpoint {
@UriParam
private HazelcastOperation defaultOperation;
}
This difference of types adds some additional maintenance work as one has to maintain:
Attachments
Issue Links
- links to