Class UserMicroservice


  • public class UserMicroservice
    extends java.lang.Object
    An example microservice user. Searches another service and invokes it.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start​(IInternalAccess component)
      Called on service startup.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserMicroservice

        public UserMicroservice()
    • Method Detail

      • start

        public void start​(IInternalAccess component)
        Called on service startup.
        Parameters:
        component - The injected component.