InvokableScriptsService constructor
InvokableScriptsService(
- InfluxDBClient client
Creates InvokableScriptsService with optional custom writeOptions
Implementation
InvokableScriptsService(InfluxDBClient client) : super(client) {
service = InvokableScriptsApi(client.getApiClient());
}