Skip to content

StateStoreNode

StateStoreNode is a GraphNode.

Creating Instance

StateStoreNode takes the following to be created:

StateStoreNode is created when:

writeToTopology

void writeToTopology(
  InternalTopologyBuilder topologyBuilder,
  Properties props)

writeToTopology merely requests the given InternalTopologyBuilder to add the storeBuilder.

writeToTopology is part of the GraphNode abstraction.

Back to top