public interface River extends RiverComponent
Modifier and Type | Method and Description |
---|---|
void |
close()
Called when the river is closed on a node, which can happen when:
1) the river is deleted by deleting its type through the delete mapping api
2) the node where the river is allocated is shut down or the river gets rerouted to another node
|
void |
start()
Called whenever the river is registered on a node, which can happen when:
1) the river _meta document gets indexed
2) an already registered river gets started on a node
|
riverName
void start()
void close()
Copyright © 2009–2015. All rights reserved.