Class SyncMicroservice

  • All Implemented Interfaces:
    ISyncService

    public class SyncMicroservice
    extends java.lang.Object
    implements ISyncService
    Microservice example with synchronous interface.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String sayHello​(java.lang.String name)
      Say hello method.
      • Methods inherited from class java.lang.Object

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

      • SyncMicroservice

        public SyncMicroservice()
    • Method Detail

      • sayHello

        public java.lang.String sayHello​(java.lang.String name)
        Say hello method.
        Specified by:
        sayHello in interface ISyncService
        Parameters:
        name - The name.