public class Tap extends AbstractModuleFixture<Tap>
label
Constructor and Description |
---|
Tap(java.lang.String streamName)
Create a tap stream with the provided name.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
toDSL()
Renders the default DSL for this fixture.
|
label, toString
public Tap(java.lang.String streamName)
streamName
- name of the tap stream.protected java.lang.String toDSL()
toDSL
in class AbstractModuleFixture<Tap>