Package com.apama.net.interfaces
Interface GenericComponentManagement.GenericComponentReceiver
-
- All Superinterfaces:
GenericComponentManagement.GenericComponentConnection
- Enclosing interface:
- GenericComponentManagement
public static interface GenericComponentManagement.GenericComponentReceiver extends GenericComponentManagement.GenericComponentConnection
The interface describing a messaging receiver connected to a component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
disconnectIfSlow()
java.util.List<java.lang.String>
getChannels()
boolean
isSlow()
-
Methods inherited from interface com.apama.net.interfaces.GenericComponentManagement.GenericComponentConnection
getLogicalId, getName, getPhysicalId, getRemoteHost, getRemotePort
-
-