Class AsyncSyncEndpointBuilder<A extends EndpointBuilder<? extends Endpoint>,S extends EndpointBuilder<? extends Endpoint>>
java.lang.Object
org.citrusframework.endpoint.builder.AsyncSyncEndpointBuilder<A,S>
- Direct Known Subclasses:
DirectEndpoints
public class AsyncSyncEndpointBuilder<A extends EndpointBuilder<? extends Endpoint>,S extends EndpointBuilder<? extends Endpoint>>
extends Object
- Since:
- 2.5
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncSyncEndpointBuilder(A asyncEndpointBuilder, S syncEndpointBuilder) Default constructor setting the sync and async builder implementation. -
Method Summary
Modifier and TypeMethodDescriptionGets the async endpoint builder.Gets the sync endpoint builder.
-
Constructor Details
-
AsyncSyncEndpointBuilder
Default constructor setting the sync and async builder implementation.- Parameters:
asyncEndpointBuilder-syncEndpointBuilder-
-
-
Method Details
-
asynchronous
Gets the async endpoint builder.- Returns:
-
synchronous
Gets the sync endpoint builder.- Returns:
-