OPEN - issue INT-567: Add round-robin dispatching strategy
http://jira.springframework.org/browse/INT-567 Properly named AbstractUnicastDispatcher
This commit is contained in:
@@ -22,7 +22,7 @@ public class RoundRobinDispatcherConcurrentTests {
|
||||
|
||||
private static final int TOTAL_EXECUTIONS = 40;
|
||||
|
||||
private AbstractHandleOnceDispatcher dispatcher = new RoundRobinDispatcher();
|
||||
private AbstractUnicastDispatcher dispatcher = new RoundRobinDispatcher();
|
||||
|
||||
private ThreadPoolTaskExecutor scheduler = new ThreadPoolTaskExecutor();
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ import org.springframework.integration.message.MessageHandler;
|
||||
@RunWith(MockitoJUnit44Runner.class)
|
||||
public class RoundRobinDispatcherTests {
|
||||
|
||||
private AbstractHandleOnceDispatcher dispatcher = new RoundRobinDispatcher();
|
||||
private AbstractUnicastDispatcher dispatcher = new RoundRobinDispatcher();
|
||||
|
||||
@Mock
|
||||
private MessageHandler handler;
|
||||
|
||||
Reference in New Issue
Block a user