Class ExecutorResource
java.lang.Object
io.camunda.zeebe.client.impl.util.ExecutorResource
- All Implemented Interfaces:
AutoCloseable
Represents a shared executor service which may or may not be owned by whoever created it. If it
is owned, then close will shut down the service. Otherwise it's a no-op.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExecutorResource
-
-
Method Details
-
executor
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-