public interface InputQueue
Modifier and Type | Method and Description |
---|---|
String |
getBroker()
Gets the broker.
|
String |
getEndpoint()
Gets the endpoint.
|
int |
getPrefetch()
Gets the prefetch.
|
void |
setBroker(String broker)
Sets the broker.
|
void |
setEndpoint(String endpoint)
Sets the endpoint.
|
void |
setPrefetch(int prefetch)
Sets the prefetch.
|
String getEndpoint()
void setEndpoint(String endpoint)
endpoint
- the new endpointString getBroker()
void setBroker(String broker)
broker
- the new brokervoid setPrefetch(int prefetch)
prefetch
- the new prefetchint getPrefetch()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.