| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
metadata |
protected String |
name |
| Constructor and Description |
|---|
Queue.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Queue |
build() |
Queue.Builder |
fromMessage(Queue in) |
Queue.Builder |
metadata(Map<String,String> metadata) |
Queue.Builder |
name(String name) |
protected abstract Queue.Builder |
self() |
protected abstract Queue.Builder self()
public Queue.Builder name(String name)
name - The name of this queue.public Queue.Builder metadata(Map<String,String> metadata)
metadata - The key/value metadata for this queue.public Queue build()
public Queue.Builder fromMessage(Queue in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.