Uses of Class
io.camunda.migrator.config.property.InterceptorProperty
Packages that use InterceptorProperty
-
Uses of InterceptorProperty in io.camunda.migrator.config
Methods in io.camunda.migrator.config with parameters of type InterceptorPropertyModifier and TypeMethodDescriptionprotected VariableInterceptorInterceptorConfiguration.createInterceptorInstance(InterceptorProperty interceptorProperty) Creates a variable interceptor instance from the configuration.protected voidInterceptorConfiguration.handleInterceptorDisable(List<VariableInterceptor> contextInterceptors, InterceptorProperty interceptorConfig) Handles disabling any interceptor (built-in, programmatically, or declarative) by removing it from the context.protected voidInterceptorConfiguration.registerCustomInterceptor(List<VariableInterceptor> contextInterceptors, InterceptorProperty interceptorConfig) Registers a custom interceptor from configuration. -
Uses of InterceptorProperty in io.camunda.migrator.config.property
Fields in io.camunda.migrator.config.property with type parameters of type InterceptorPropertyModifier and TypeFieldDescriptionprotected List<InterceptorProperty> MigratorProperties.interceptorsMethods in io.camunda.migrator.config.property that return types with arguments of type InterceptorPropertyMethod parameters in io.camunda.migrator.config.property with type arguments of type InterceptorPropertyModifier and TypeMethodDescriptionvoidMigratorProperties.setInterceptors(List<InterceptorProperty> interceptors)