Class EmbeddedClient

java.lang.Object
majordodo.embedded.EmbeddedClient
All Implemented Interfaces:
java.lang.AutoCloseable

public class EmbeddedClient
extends java.lang.Object
implements java.lang.AutoCloseable
Client to the embedded broker
Author:
enrico.olivelli
  • Constructor Summary

    Constructors 
    Constructor Description
    EmbeddedClient()  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    majordodo.client.ClientConnection openConnection()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • openConnection

      public majordodo.client.ClientConnection openConnection()
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable