Register an Interceptor with Castle Fluent Interface
- by Quintin Par
I am trying to implement nhibernate transaction handling through Interceptors and couldn’t figure out how to register the interface through fluent mechanism.
I see a
Component.For<ServicesInterceptor>().Interceptors
but not sure how to use it. Can someone help me out? This example seemed a little complex.