public final class CompositeService
extends com.google.common.util.concurrent.AbstractIdleService
Service that starts/stops list of services in order.| Constructor and Description |
|---|
CompositeService(Iterable<? extends com.google.common.util.concurrent.Service> services) |
CompositeService(com.google.common.util.concurrent.Service... services) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
shutDown() |
protected void |
startUp() |
public CompositeService(com.google.common.util.concurrent.Service... services)
public CompositeService(Iterable<? extends com.google.common.util.concurrent.Service> services)
Copyright © 2013-2020 The Apache Software Foundation. All rights reserved.