Uses of Interface
io.fluxzero.sdk.tracking.handling.HandlerRegistry
Packages that use HandlerRegistry
-
Uses of HandlerRegistry in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return HandlerRegistryModifier and TypeMethodDescriptionprotected HandlerRegistryDefaultFluxzero.Builder.localHandlerRegistry(MessageType messageType, Map<MessageType, HandlerDecorator> handlerDecorators, List<ParameterResolver<? super DeserializingMessage>> parameterResolvers, Map<MessageType, DispatchInterceptor> dispatchInterceptors, Function<Class<?>, HandlerRepository> handlerRepositorySupplier, RepositoryProvider repositoryProvider) -
Uses of HandlerRegistry in io.fluxzero.sdk.tracking.handling
Classes in io.fluxzero.sdk.tracking.handling that implement HandlerRegistryModifier and TypeClassDescriptionstatic classCombines twoHandlerRegistryinstances into one.static enumA no-op handler registry that performs no registration or dispatch.classIn-memory implementation ofHandlerRegistrythat manages and dispatches local message handlers — i.e., handlers that are invoked directly in the publishing thread without involving the Fluxzero Runtime.Fields in io.fluxzero.sdk.tracking.handling declared as HandlerRegistryModifier and TypeFieldDescriptionprotected final HandlerRegistryHandlerRegistry.MergedHandlerRegistry.firstprotected final HandlerRegistryHandlerRegistry.MergedHandlerRegistry.secondMethods in io.fluxzero.sdk.tracking.handling that return HandlerRegistryModifier and TypeMethodDescriptiondefault HandlerRegistryHandlerRegistry.andThen(HandlerRegistry next) Creates a composite registry that invokes both this and the given registry.static HandlerRegistryHandlerRegistry.noOp()A no-op registry that does not register or invoke any handlers.default HandlerRegistryHandlerRegistry.orThen(HandlerRegistry next) Creates a fallback registry that only invokes the given registry if this one yields no result.Methods in io.fluxzero.sdk.tracking.handling with parameters of type HandlerRegistryModifier and TypeMethodDescriptiondefault HandlerRegistryHandlerRegistry.andThen(HandlerRegistry next) Creates a composite registry that invokes both this and the given registry.default HandlerRegistryHandlerRegistry.orThen(HandlerRegistry next) Creates a fallback registry that only invokes the given registry if this one yields no result.