Uses of Interface
org.apache.activemq.transport.reliable.Replayer
Packages that use Replayer
Package
Description
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.
UDP based Transport implementation.
-
Uses of Replayer in org.apache.activemq.transport.reliable
Methods in org.apache.activemq.transport.reliable that return ReplayerMethods in org.apache.activemq.transport.reliable with parameters of type ReplayerModifier and TypeMethodDescriptionvoidDefaultReplayBuffer.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.udpClasses in org.apache.activemq.transport.udp that implement ReplayerModifier and TypeClassDescriptionclassclassA strategy for reading datagrams and de-fragmenting them together.classA strategy for reading datagrams and de-fragmenting them together.Methods in org.apache.activemq.transport.udp that return ReplayerModifier and TypeMethodDescriptionUdpTransport.createReplayer()Creates a replayer for working with the reliable transportMethods in org.apache.activemq.transport.udp with parameters of type ReplayerModifier and TypeMethodDescriptionprotected ReplayStrategyUdpTransportFactory.createReplayStrategy(Replayer replayer) Deprecated.