Class ExecutorResource

java.lang.Object
io.camunda.zeebe.client.impl.util.ExecutorResource
All Implemented Interfaces:
AutoCloseable

public final class ExecutorResource extends Object implements 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.