Class VertxEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.vertx.VertxEndpointCatalog
-
public class VertxEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.consol.citrus.vertx.endpoint.VertxEndpointBuilderasynchronous()Gets the async endpoint builder.com.consol.citrus.vertx.endpoint.VertxSyncEndpointBuildersynchronous()Gets the sync endpoint builder.static VertxEndpointCatalogvertx()
-
-
-
Method Detail
-
vertx
public static VertxEndpointCatalog vertx()
-
asynchronous
public com.consol.citrus.vertx.endpoint.VertxEndpointBuilder asynchronous()
Gets the async endpoint builder.- Returns:
-
synchronous
public com.consol.citrus.vertx.endpoint.VertxSyncEndpointBuilder synchronous()
Gets the sync endpoint builder.- Returns:
-
-