@Component public class PreBuiltTransportClientFactory extends Object
Factory to build a PreBuiltTransportClient. This will allow us to safely unit test the PreBuiltTransportClient class.
| Constructor and Description |
|---|
PreBuiltTransportClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
PreBuiltTransportClient |
getPreBuiltTransportClient(Settings settings)
A method to retrieve a PreBuiltTransportClient.
|
PreBuiltTransportClient |
getPreBuiltTransportClientWithSearchGuardPlugin(Settings settings)
A method to retrieve a PreBuiltTransportClient with the SearchGuardPlugin.
|
public PreBuiltTransportClient getPreBuiltTransportClient(Settings settings)
settings - Elasticsearch settingspublic PreBuiltTransportClient getPreBuiltTransportClientWithSearchGuardPlugin(Settings settings)
settings - Elasticsearch settingsCopyright © 2019. All rights reserved.