public class Consultant extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Consultant.Builder
Allows you to build a custom Consultant object.
|
| Modifier and Type | Method and Description |
|---|---|
static Consultant.Builder |
builder() |
Properties |
getProperties() |
ServiceIdentifier |
getServiceIdentifier() |
void |
shutdown()
Tears any outstanding resources down.
|
public static Consultant.Builder builder()
public void shutdown()
public ServiceIdentifier getServiceIdentifier()
public Properties getProperties()
Copyright © 2015. All rights reserved.