Class TestSourceInterceptorFactory

  • All Implemented Interfaces:
    Supplier<org.mule.runtime.api.interception.SourceInterceptor>, org.mule.runtime.api.interception.SourceInterceptorFactory

    public class TestSourceInterceptorFactory
    extends Object
    implements org.mule.runtime.api.interception.SourceInterceptorFactory
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.mule.runtime.api.interception.SourceInterceptorFactory

        org.mule.runtime.api.interception.SourceInterceptorFactory.SourceInterceptorOrder
    • Field Summary

      • Fields inherited from interface org.mule.runtime.api.interception.SourceInterceptorFactory

        SOURCE_INTERCEPTORS_ORDER_REGISTRY_KEY
    • Constructor Detail

      • TestSourceInterceptorFactory

        public TestSourceInterceptorFactory()
    • Method Detail

      • get

        public org.mule.runtime.api.interception.SourceInterceptor get()
        Specified by:
        get in interface Supplier<org.mule.runtime.api.interception.SourceInterceptor>