Skip to content

Latest commit

 

History

History

service-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simple nameService demo

  • Stateless Service - nameService which has no internal state. Call order of public methods is not important.
  • Stateful Service - nameService having state dependent on public method call order.