Skip to content

Redesign ListenerService #231

@takeshishimada

Description

@takeshishimada

Use AOP pattern instead of ListenerService

ListenerService should be deleted because most of uses dose not use all methods defined in it.
If need injection before or after processing, create inheritance class and inject it.

  1. Delete ListenerService
  2. Move components under infrastructureへ
  3. Rename 'components' to 'services'
  4. Rename 'services' to 'implements'
  5. Delete '@singleton' from all services in 'application.services' packate
  6. Create 'application.modules' package
  7. Create ServicesModule

Metadata

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