InvokableScriptsService constructor

InvokableScriptsService(
  1. InfluxDBClient client
)

Creates InvokableScriptsService with optional custom writeOptions

Implementation

InvokableScriptsService(InfluxDBClient client) : super(client) {
  service = InvokableScriptsApi(client.getApiClient());
}