Skip to content

Sample implementation of inproc events-driven services using QBit.

Notifications You must be signed in to change notification settings

dxps/qbit-event-bus-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qbit-event-bus-sample

Running EmployeeEventExampleUsingSystemEventBus it shows at the console:

[QueueListener|Send Queue  employeehiringservice - 17] EmployeeHiringService > Hired 'Rick'. Details: Employee{ name='Rick', id=1 }
[QueueListener|Send Queue  payrollservice - 19] PayrollService > Added 'Rick' with salary 100.
[QueueListener|Send Queue  benefitsservice - 20] BenefitsService > Enrolled 'Rick'.
[QueueListener|Send Queue  volunteerservice - 21] VolunteerService > Invited 'Rick' to the community outreach program.

About

Sample implementation of inproc events-driven services using QBit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%