Uses of Enum Class
org.axonframework.common.configuration.SearchScope
Packages that use SearchScope
Package
Description
-
Uses of SearchScope in org.axonframework.common.configuration
Methods in org.axonframework.common.configuration that return SearchScopeModifier and TypeMethodDescriptionstatic SearchScopeReturns the enum constant of this class with the specified name.static SearchScope[]SearchScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.axonframework.common.configuration with parameters of type SearchScopeModifier and TypeMethodDescriptionbooleanComponentRegistry.hasComponent(Class<?> type, String name, SearchScope searchScope) Check whether there is aComponentregistered with thisConfigurerfor the giventypeandnamecombination.default booleanComponentRegistry.hasComponent(Class<?> type, SearchScope searchScope) booleanDefaultComponentRegistry.hasComponent(Class<?> type, String name, SearchScope searchScope) default <C> ComponentRegistryComponentRegistry.registerIfNotPresent(Class<C> type, String name, ComponentBuilder<C> builder, SearchScope searchScope) default <C> ComponentRegistryComponentRegistry.registerIfNotPresent(Class<C> type, ComponentBuilder<C> builder, SearchScope searchScope) Registers aComponentonly if there is none yet for the giventype.default <C> ComponentRegistryComponentRegistry.registerIfNotPresent(ComponentDefinition<C> definition, SearchScope searchScope) -
Uses of SearchScope in org.axonframework.extension.spring.config
Methods in org.axonframework.extension.spring.config with parameters of type SearchScopeModifier and TypeMethodDescriptionbooleanSpringComponentRegistry.hasComponent(Class<?> type, String name, SearchScope searchScope)