java

emccue 2020-11-19T21:09:14.115300Z

@admin055 Last night I woke up and realized - hey that .state method might be the problem

emccue 2020-11-19T21:10:07.115700Z

since it just returns Object and is some magic on there

emccue 2020-11-19T21:30:27.116300Z

so I'd use definterface and make a deftype that implements that interface

emccue 2020-11-19T21:30:47.116700Z

or, just write a java class and call namespace methods yourself

emccue 2020-11-19T21:31:01.117100Z

at least that will be explicit