Package com.apama.engine
Interface NamedReceiverInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAddress()
Get the address from which this Receiver is connectedjava.lang.String[]
getChannels()
Get the channels to which this Receiver is subscribedint
getQueueSize()
Get the current queue size for this Receiver-
Methods inherited from interface com.apama.engine.NameInfo
getFullyQualifiedName, getName, getPackage
-
-
-
-
Method Detail
-
getQueueSize
int getQueueSize()
Get the current queue size for this Receiver- Returns:
- the queue size
-
getChannels
java.lang.String[] getChannels()
Get the channels to which this Receiver is subscribed- Returns:
- the channels
-
getAddress
java.lang.String getAddress()
Get the address from which this Receiver is connected- Returns:
- the address
-
-