io.parallec.core.config.HandlerExecutionLocation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parallec-core Show documentation
Show all versions of parallec-core Show documentation
Parallec: Parallel Async HTTP/SSH/PING/TCP Client library.
Details at: http://www.parallec.io
The newest version!
package io.parallec.core.config;
public enum HandlerExecutionLocation {
OPERATION_WORKER, MANAGER
}