Class AsyncMicroservice

  • All Implemented Interfaces:
    IAsyncService

    public class AsyncMicroservice
    extends java.lang.Object
    implements IAsyncService
    Microservice example with asynchronous interface.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IFuture<java.lang.String> sayMeHello​(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

      • AsyncMicroservice

        public AsyncMicroservice()
    • Method Detail

      • sayMeHello

        public IFuture<java.lang.String> sayMeHello​(java.lang.String name)
        Say hello method.
        Specified by:
        sayMeHello in interface IAsyncService
        Parameters:
        name - The name.