public class AbstractMetricSink extends AbstractModuleFixture<AbstractMetricSink> implements Disposable
Modifier and Type | Field and Description |
---|---|
org.springframework.shell.core.JLineShellComponent |
shell |
label
Constructor and Description |
---|
AbstractMetricSink(org.springframework.shell.core.JLineShellComponent shell,
java.lang.String name,
java.lang.String dslName) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Free up resources that this fixture may have created.
|
java.lang.String |
getDslName() |
java.lang.String |
getName() |
protected java.lang.String |
toDSL()
Returns a representation of the module suitable for inclusion in a stream definition, e.g.
file --dir=xxxx --name=yyyy |
label, toString
public AbstractMetricSink(org.springframework.shell.core.JLineShellComponent shell, java.lang.String name, java.lang.String dslName)
public void cleanup()
Disposable
cleanup
in interface Disposable
protected java.lang.String toDSL()
AbstractModuleFixture
file --dir=xxxx --name=yyyy
toDSL
in class AbstractModuleFixture<AbstractMetricSink>
public java.lang.String getName()
public java.lang.String getDslName()