You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm subscribing to EntityHooks in an init { } block of my companion object extending UUIDEntityClass of an Entity.
However, the init() block is not invoked because it seems that the library does not reference it at all.
This leads to all EntityHooks not being invoked.
I understand that this is a normal behavior for lazy initialization of companion objects, but what would be a better place to put my EntityHook initialization in from an architectural standpoint?
The text was updated successfully, but these errors were encountered:
I'm subscribing to EntityHooks in an init { } block of my companion object extending UUIDEntityClass of an Entity.
However, the init() block is not invoked because it seems that the library does not reference it at all.
This leads to all EntityHooks not being invoked.
I understand that this is a normal behavior for lazy initialization of companion objects, but what would be a better place to put my EntityHook initialization in from an architectural standpoint?
The text was updated successfully, but these errors were encountered: