Uses of Interface
org.apache.activemq.transport.TransmitCallback
-
Packages that use TransmitCallback Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes -
-
Uses of TransmitCallback in org.apache.activemq.command
Fields in org.apache.activemq.command declared as TransmitCallback Modifier and Type Field Description protected TransmitCallbackMessageDispatch. transmitCallbackMethods in org.apache.activemq.command that return TransmitCallback Modifier and Type Method Description TransmitCallbackMessageDispatch. getTransmitCallback()Methods in org.apache.activemq.command with parameters of type TransmitCallback Modifier and Type Method Description voidMessageDispatch. setTransmitCallback(TransmitCallback transmitCallback)
-