Uses of Interface
com.consol.citrus.endpoint.EndpointBuilder
-
Packages that use EndpointBuilder Package Description com.consol.citrus.endpoint -
-
Uses of EndpointBuilder in com.consol.citrus.endpoint
Methods in com.consol.citrus.endpoint that return types with arguments of type EndpointBuilder Modifier and Type Method Description static Map<String,EndpointBuilder<?>>EndpointBuilder. lookup()Resolves all available endpoint builders from resource path lookup.static Optional<EndpointBuilder<?>>EndpointBuilder. lookup(String builder)Resolves endpoint builder from resource path lookup with given resource name.
-