public interface TapOperations
Modifier and Type | Method and Description |
---|---|
TapDefinitionResource |
createTap(java.lang.String name,
java.lang.String definition,
boolean deploy)
Create a new Tap.
|
void |
destroyTap(java.lang.String name)
Destroy an existing tap
|
org.springframework.hateoas.PagedResources<TapDefinitionResource> |
list()
Retrieve a list of taps.
|
TapDefinitionResource createTap(java.lang.String name, java.lang.String definition, boolean deploy)
name
- the name to give to the tapdefinition
- the tap definition, expressed in XD DSLdeploy
- whether to deploy the tap immediatelyorg.springframework.hateoas.PagedResources<TapDefinitionResource> list()
void destroyTap(java.lang.String name)
name
-