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 JmxClientBuilderclient()Gets the client builder.static JmxEndpointCatalogjmx()JmxServerBuilderserver()Gets the client builder.
-
-
-
Method Detail
-
jmx
public static JmxEndpointCatalog jmx()
-
client
public JmxClientBuilder client()
Gets the client builder.- Returns:
-
server
public JmxServerBuilder server()
Gets the client builder.- Returns:
-
-