Class JmxEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.jmx.JmxEndpointCatalog
-
public class JmxEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.consol.citrus.jmx.client.JmxClientBuilderclient()Gets the client builder.static JmxEndpointCatalogjmx()com.consol.citrus.jmx.server.JmxServerBuilderserver()Gets the client builder.
-
-
-
Method Detail
-
jmx
public static JmxEndpointCatalog jmx()
-
client
public com.consol.citrus.jmx.client.JmxClientBuilder client()
Gets the client builder.- Returns:
-
server
public com.consol.citrus.jmx.server.JmxServerBuilder server()
Gets the client builder.- Returns:
-
-