public class CommunityRestConfBuilder extends Object
CommunityRestConf.| Constructor and Description |
|---|
CommunityRestConfBuilder() |
| Modifier and Type | Method and Description |
|---|---|
CommunityRestConf |
build()
Build new
CommunityRestConf instance from CommunityRestConfBuilder. |
CommunityRestConfBuilder |
from(RestConfConfiguration restconfConfiguration)
Create new instance of
CommunityRestConfBuilder from RestConfConfiguration. |
CommunityRestConfBuilder |
withExecutorService(ExecutorService executorService)
Inject executor service to execute futures
|
CommunityRestConfBuilder |
withLightyServer(LightyServerBuilder lightyServerBuilder)
Inject lighty server builder
|
public CommunityRestConfBuilder from(RestConfConfiguration restconfConfiguration)
CommunityRestConfBuilder from RestConfConfiguration.restconfConfiguration - input RestConf configuration.CommunityRestConfBuilder.public CommunityRestConfBuilder withExecutorService(ExecutorService executorService)
executorService - CommunityRestConfBuilder.public CommunityRestConfBuilder withLightyServer(LightyServerBuilder lightyServerBuilder)
lightyServerBuilder - CommunityRestConfBuilder.public CommunityRestConf build()
CommunityRestConf instance from CommunityRestConfBuilder.Copyright © 2020. All rights reserved.