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
The way we set up and organize Services currently is based entirely on what the class contains, and we are making far too many assumptions about what the actual Service implementation looks like. We need an abstract class, containing the following.
The way we set up and organize
Services currently is based entirely on what the class contains, and we are making far too many assumptions about what the actualServiceimplementation looks like. We need an abstract class, containing the following.handlersinitializationService.runrequired method