Class MSF4JClient<T>

  • Type Parameters:
    T - REST service API interface

    public class MSF4JClient<T>
    extends java.lang.Object
    MSF4J client.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MSF4JClient.Builder<T>
      MSF4J client builder
    • Constructor Summary

      Constructors 
      Constructor Description
      MSF4JClient​(T api)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T api()  
      • Methods inherited from class java.lang.Object

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

      • MSF4JClient

        public MSF4JClient​(T api)
    • Method Detail

      • api

        public T api()