Package io.atleon.amqp.embedded
Class EmbeddedAmqp
- java.lang.Object
-
- io.atleon.amqp.embedded.EmbeddedAmqp
-
public final class EmbeddedAmqp extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PORT
-
Constructor Summary
Constructors Constructor Description EmbeddedAmqp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EmbeddedAmqpConfigstart()static EmbeddedAmqpConfigstart(int port)
-
-
-
Field Detail
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public static EmbeddedAmqpConfig start()
-
start
public static EmbeddedAmqpConfig start(int port)
-
-