public class GatewayOptions extends Object
| Constructor and Description |
|---|
GatewayOptions() |
GatewayOptions(GatewayOptions other)
GatewayOptions copy contractor.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceCall |
call() |
GatewayOptions |
call(ServiceCall call) |
String |
id() |
GatewayOptions |
id(String id) |
int |
port() |
GatewayOptions |
port(int port) |
String |
toString() |
Executor |
workerPool() |
GatewayOptions |
workerPool(Executor workerPool) |
public GatewayOptions()
public GatewayOptions(GatewayOptions other)
other - GatewayOptions to copy.public GatewayOptions id(String id)
public String id()
public GatewayOptions port(int port)
public int port()
public GatewayOptions workerPool(Executor workerPool)
public Executor workerPool()
public GatewayOptions call(ServiceCall call)
public ServiceCall call()
Copyright © 2015–2021. All rights reserved.