Skip to Content
0
Jun 08, 2018 at 05:32 PM

More than one interceptor of one type

427 Views

Hi Experts,

Platform already has introduced InitDefaultsInterceptor for type. Now I need to populate one more property for type with default value, and going to introduce second InitDefaultsInterceptor for it.

Just want to confirm, that it is not bad practice to have two InitDefault interceptors. Or it is better to somehow extend(maybe even replace) existing one?