Uses of Class
io.streamthoughts.azkarra.streams.autoconfigure.annotations.ComponentScan
-
Packages that use ComponentScan Package Description io.streamthoughts.azkarra.streams.autoconfigure.annotations io.streamthoughts.examples.azkarra.security -
-
Uses of ComponentScan in io.streamthoughts.azkarra.streams.autoconfigure.annotations
Classes in io.streamthoughts.azkarra.streams.autoconfigure.annotations with annotations of type ComponentScan Modifier and Type Class Description interface
AzkarraStreamsApplication
-
Uses of ComponentScan in io.streamthoughts.examples.azkarra.security
Classes in io.streamthoughts.examples.azkarra.security with annotations of type ComponentScan Modifier and Type Class Description class
BasicAuthenticationExample
Example to configure an azkarra application with Basic authentication.class
SSLAuthenticationExample
Example to configure an azkarra application with SSL-Two-Way authentication.
-