public class TableFormatter extends Object implements ResponseFormatter
OUT_STREAM| Constructor and Description |
|---|
TableFormatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
printConsumers(Consumer[] consumers)
Print an array of Queue consumers into a desired output format.
|
void |
printExchange(Exchange exchange)
Print an exchange into a desired output format.
|
void |
printExchangeBindings(Binding[] bindings)
Print an array of Bindings under a exchange into a desired output format.
|
void |
printExchanges(Exchange[] exchanges)
Print an array of exchanges into a desired output format.
|
void |
printQueue(Queue queue)
Print a queue into a desired output format.
|
void |
printQueues(Queue[] queues)
Print an array of queues into a desired output format.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithandleErrorResponse, printMessagepublic void printExchanges(Exchange[] exchanges)
ResponseFormatterprintExchanges in interface ResponseFormatterexchanges - array of exchangespublic void printExchange(Exchange exchange)
ResponseFormatterprintExchange in interface ResponseFormatterexchange - array of exchangespublic void printQueues(Queue[] queues)
ResponseFormatterprintQueues in interface ResponseFormatterqueues - array of exchangespublic void printQueue(Queue queue)
ResponseFormatterprintQueue in interface ResponseFormatterqueue - array of exchangespublic void printExchangeBindings(Binding[] bindings)
ResponseFormatterprintExchangeBindings in interface ResponseFormatterbindings - array of bindings.public void printConsumers(Consumer[] consumers)
ResponseFormatterprintConsumers in interface ResponseFormatterconsumers - array of consumers.Copyright © 2018 WSO2. All rights reserved.