OutboundTarget.Builder |
OutboundTarget.Builder.addHost(String host) |
Add supported host for this target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.addMethod(String method) |
Add supported method for this target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.addPath(String path) |
Add supported paths for this target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.addTransport(String transport) |
Add supported transports for this target.
|
static OutboundTarget.Builder |
OutboundTarget.builder(String name) |
Builder for a single target.
|
OutboundTarget.Builder |
OutboundTarget.Builder.config(Config config) |
Set config for this target.
|
<U,V extends U> OutboundTarget.Builder |
OutboundTarget.Builder.customObject(Class<U> objectClass,
V anObject) |
Set or replace a custom object.
|
OutboundTarget.Builder |
OutboundTarget.Builder.name(String name) |
Configure the name of this outbound target.
|