Class CoderAdapter

    • Constructor Summary

      Constructors 
      Constructor Description
      CoderAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()
      This method does nothing.
      void init​(EndpointConfig config)
      This method does nothing.
      • Methods inherited from class java.lang.Object

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

      • CoderAdapter

        public CoderAdapter()
    • Method Detail

      • init

        public void init​(EndpointConfig config)
        This method does nothing.
        Parameters:
        config - the endpoint configuration object when being brought into service.
      • destroy

        public void destroy()
        This method does nothing.