public class ActionService extends Object
| Constructor and Description |
|---|
ActionService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Modifier and Type | Method and Description |
|---|---|
CollectorActions |
findActionBySidecar(String sidecarId,
boolean remove) |
CollectorActions |
fromRequest(String sidecarId,
List<CollectorAction> actions) |
CollectorActions |
saveAction(CollectorActions collectorActions) |
@Inject public ActionService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper)
public CollectorActions fromRequest(String sidecarId, List<CollectorAction> actions)
public CollectorActions saveAction(CollectorActions collectorActions)
public CollectorActions findActionBySidecar(String sidecarId, boolean remove)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.