Uses of Interface
org.apache.activemq.artemis.core.server.cluster.MessageFlowRecord
-
Packages that use MessageFlowRecord Package Description org.apache.activemq.artemis.core.server.cluster.impl -
-
Uses of MessageFlowRecord in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return types with arguments of type MessageFlowRecord Modifier and Type Method Description Map<String,MessageFlowRecord>ClusterConnectionImpl. getRecords()Constructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type MessageFlowRecord Constructor Description ClusterConnectionBridge(ClusterConnection clusterConnection, ClusterManager clusterManager, ServerLocatorInternal targetLocator, ServerLocatorInternal discoveryLocator, int initialConnectAttempts, int reconnectAttempts, long retryInterval, double retryMultiplier, long maxRetryInterval, UUID nodeUUID, long targetNodeEventUID, String targetNodeID, SimpleString name, Queue queue, Executor executor, Filter filterString, SimpleString forwardingAddress, ScheduledExecutorService scheduledExecutor, TransformerConfiguration transformer, boolean useDuplicateDetection, String user, String password, ActiveMQServer server, SimpleString managementAddress, SimpleString managementNotificationAddress, MessageFlowRecord flowRecord, TransportConfiguration connector, String storeAndForwardPrefix, StorageManager storageManager)
-