org.mockserver.stop
Class StopEventQueue
java.lang.Object
org.mockserver.stop.StopEventQueue
public class StopEventQueue
- extends Object
- Author:
- jamesdbloom
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stoppables
protected final List<Stoppable> stoppables
StopEventQueue
public StopEventQueue()
register
public void register(Stoppable stoppable)
unregister
public void unregister(Stoppable stoppable)
clear
public void clear()
stopOthers
public Future<?> stopOthers(Stoppable currentStoppable)
stop
public Future<?> stop(Stoppable currentStoppable,
com.google.common.util.concurrent.SettableFuture<String> stopping,
io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup)
Copyright © 2017. All rights reserved.