* @return ProtobufMessage::ValidationContext& validation visitor for xDS and static configuration
* ServerFactoryContext is an specialization of common interface for downstream and upstream network
* filters. The implementation guarantees the lifetime is no shorter than server. It could be used
// ServerFactoryContext. This will be initialized once the server is created at the start of the
* Generic factory context for multiple scenarios. This context provides a server factory context
* reference and other resources. Note that except for server factory context, other resources are
* not guaranteed to be available for the entire server lifetime. For example, context powered by a
* An implementation of FactoryContext. The life time is no shorter than the created filter chains.
using FilterChainsByName = absl::flat_hash_map<std::string, Network::DrainableFilterChainSharedPtr>;
* An implementation of FactoryContext. The life time should cover the lifetime of the filter chains