Package akka.javasdk

Interface Sanitizer


@DoNotInherit public interface Sanitizer
Sanitizer that applies all configured sanitization rules for the service.

Can be injected in all components, allows for applying manual sanitization according to service configuration in arbitrary logic.

Not for user extension, implementation provided by the runtime.

  • Method Summary

    Modifier and Type
    Method
    Description
    sanitize(String string)