Package org.axonframework.commandhandling.gateway

Examples of org.axonframework.commandhandling.gateway.IntervalRetryScheduler


    @Before
    public void setUp() {
        this.commandBus = new SimpleCommandBus();
        scheduledThreadPool = Executors.newScheduledThreadPool(1);
        retryScheduler = new IntervalRetryScheduler(scheduledThreadPool, 0, 1);
    }
View Full Code Here

TOP

Related Classes of org.axonframework.commandhandling.gateway.IntervalRetryScheduler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.