Uses of Interface
org.apache.activemq.transport.reliable.Replayer
-
Packages that use Replayer Package Description org.apache.activemq.transport.reliable The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.org.apache.activemq.transport.udp UDP based Transport implementation. -
-
Uses of Replayer in org.apache.activemq.transport.reliable
Methods in org.apache.activemq.transport.reliable that return Replayer Modifier and Type Method Description ReplayerReliableTransport. getReplayer()Deprecated.Methods in org.apache.activemq.transport.reliable with parameters of type Replayer Modifier and Type Method Description voidDefaultReplayBuffer. replayMessages(int fromCommandId, int toCommandId, Replayer replayer)voidReplayBuffer. replayMessages(int fromCommandId, int toCommandId, Replayer replayer)voidReliableTransport. setReplayer(Replayer replayer)Deprecated. -
Uses of Replayer in org.apache.activemq.transport.udp
Subinterfaces of Replayer in org.apache.activemq.transport.udp Modifier and Type Interface Description interfaceCommandChannelClasses in org.apache.activemq.transport.udp that implement Replayer Modifier and Type Class Description classCommandChannelSupportclassCommandDatagramChannelA strategy for reading datagrams and de-fragmenting them together.classCommandDatagramSocketA strategy for reading datagrams and de-fragmenting them together.Methods in org.apache.activemq.transport.udp that return Replayer Modifier and Type Method Description ReplayerUdpTransport. createReplayer()Creates a replayer for working with the reliable transportMethods in org.apache.activemq.transport.udp with parameters of type Replayer Modifier and Type Method Description protected ReplayStrategyUdpTransportFactory. createReplayStrategy(Replayer replayer)Deprecated.
-