public class AsyncSyncEndpointBuilder<A extends EndpointBuilder<? extends Endpoint>,S extends EndpointBuilder<? extends Endpoint>> extends Object
| Constructor and Description |
|---|
AsyncSyncEndpointBuilder(A asyncEndpointBuilder,
S syncEndpointBuilder)
Default constructor setting the sync and async builder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
A |
asynchronous()
Gets the async endpoint builder.
|
S |
synchronous()
Gets the sync endpoint builder.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.