Class FreePriorityDispatchStrategy
- java.lang.Object
-
- org.apache.eventmesh.runtime.core.protocol.tcp.client.group.dispatch.FreePriorityDispatchStrategy
-
- All Implemented Interfaces:
DownstreamDispatchStrategy
public class FreePriorityDispatchStrategy extends java.lang.Object implements DownstreamDispatchStrategy
-
-
Constructor Summary
Constructors Constructor Description FreePriorityDispatchStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sessionselect(java.lang.String group, java.lang.String topic, java.util.Set<Session> groupConsumerSessions)select a SESSION
-
-
-
Method Detail
-
select
public Session select(java.lang.String group, java.lang.String topic, java.util.Set<Session> groupConsumerSessions)
Description copied from interface:DownstreamDispatchStrategyselect a SESSION- Specified by:
selectin interfaceDownstreamDispatchStrategy- Returns:
-
-