Base interface for framework-specific context adapters.
Implement this interface to create adapters for React, Vue, Express, or any other framework. The adapter wraps a SynapseContext and provides framework-idiomatic access patterns.
SynapseContext
1.2.0
Framework-specific options.
Readonly
The underlying context.
Adapter name (e.g. 'react', 'express', 'vue').
Tear down the adapter.
Initialize the adapter with framework-specific options.
Optional
Base interface for framework-specific context adapters.
Implement this interface to create adapters for React, Vue, Express, or any other framework. The adapter wraps a
SynapseContextand provides framework-idiomatic access patterns.Since
1.2.0