Class InterceptorRegistry.Config

java.lang.Object
org.distributeme.core.interceptor.InterceptorRegistry.Config
Enclosing class:
InterceptorRegistry

public static class InterceptorRegistry.Config extends Object
Internal configuration holder class.
Author:
lrosenberg
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • reconfigure

      public void reconfigure()
    • setInterceptors

      public void setInterceptors(String[] someInterceptors)
    • addInterceptor

      public void addInterceptor(String interceptorKey, String clazzName)