Package majordodo.embedded
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 voidclose()majordodo.client.ClientConnectionopenConnection()
-
Constructor Details
-
EmbeddedClient
public EmbeddedClient()
-
-
Method Details
-
openConnection
public majordodo.client.ClientConnection openConnection() -
close
public void close()- Specified by:
closein interfacejava.lang.AutoCloseable
-