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 VertxEndpointBuilderasynchronous()Gets the async endpoint builder.VertxSyncEndpointBuildersynchronous()Gets the sync endpoint builder.static VertxEndpointCatalogvertx()
-
-
-
Method Detail
-
vertx
public static VertxEndpointCatalog vertx()
-
asynchronous
public VertxEndpointBuilder asynchronous()
Gets the async endpoint builder.- Returns:
-
synchronous
public VertxSyncEndpointBuilder synchronous()
Gets the sync endpoint builder.- Returns:
-
-