public interface ScoreServices
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(io.cloudslang.score.events.ScoreEventListener eventHandler,
Set<String> eventTypes) |
Long |
trigger(CompilationArtifact compilationArtifact,
Map<String,Value> inputs,
Set<SystemProperty> systemProperties) |
Long |
triggerSync(CompilationArtifact compilationArtifact,
Map<String,Value> inputs,
Set<SystemProperty> systemProperties,
boolean quiet,
boolean debug) |
void subscribe(io.cloudslang.score.events.ScoreEventListener eventHandler,
Set<String> eventTypes)
Long trigger(CompilationArtifact compilationArtifact, Map<String,Value> inputs, Set<SystemProperty> systemProperties)
Long triggerSync(CompilationArtifact compilationArtifact, Map<String,Value> inputs, Set<SystemProperty> systemProperties, boolean quiet, boolean debug)
Copyright © 2017. All Rights Reserved.