Uses of Interface
org.axonframework.common.Registration
Packages that use Registration
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Package containing a Caching abstraction, while waiting for the JSR 107 to be fully specified and implemented.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to message processing in Axon Framework.
Utility classes used to connect Axon Event publishing mechanisms to a Spring Messaging Channel.
A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of Registration in org.axonframework.axonserver.connector
Methods in org.axonframework.axonserver.connector that return RegistrationModifier and TypeMethodDescriptionDispatchInterceptors.registerDispatchInterceptor(MessageDispatchInterceptor<? super M> dispatchInterceptor) -
Uses of Registration in org.axonframework.axonserver.connector.command
Classes in org.axonframework.axonserver.connector.command that implement RegistrationMethods in org.axonframework.axonserver.connector.command that return RegistrationModifier and TypeMethodDescriptionAxonServerCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) AxonServerCommandBus.registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>> handlerInterceptor) AxonServerCommandBus.subscribe(String commandName, MessageHandler<? super CommandMessage<?>> messageHandler) Constructors in org.axonframework.axonserver.connector.command with parameters of type RegistrationModifierConstructorDescriptionAxonServerRegistration(Registration wrappedRegistration, Runnable closeCallback) Instantiate anAxonServerRegistration, which wraps the givenwrappedRegistrationand runs the providedcloseCallbackon aclose()andAxonServerRegistration.cancel()call -
Uses of Registration in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon that return RegistrationModifier and TypeMethodDescriptionPersistentStreamMessageSource.subscribe(Consumer<List<? extends EventMessage<?>>> consumer) -
Uses of Registration in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query that return RegistrationModifier and TypeMethodDescriptionAxonServerQueryBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>> dispatchInterceptor) AxonServerQueryBus.registerHandlerInterceptor(MessageHandlerInterceptor<? super QueryMessage<?, ?>> interceptor) <R> RegistrationAxonServerQueryBus.subscribe(String queryName, Type responseType, MessageHandler<? super QueryMessage<?, R>> handler) -
Uses of Registration in org.axonframework.axonserver.connector.query.subscription
Classes in org.axonframework.axonserver.connector.query.subscription that implement RegistrationModifier and TypeClassDescriptionclassASubscriptionQueryResultthat emits initial response and update when subscription query response message is received.classDeserializedResult<I,U> Deprecated.in through use of the AxonServer java connectorclassDisposableResult<I,U> Deprecated.in through use of the AxonServer java connectorConstructors in org.axonframework.axonserver.connector.query.subscription with parameters of type RegistrationModifierConstructorDescriptionDisposableResult(SubscriptionQueryResult<I, U> delegate, Registration registration) Deprecated.Instantiate aDisposableResultwrapping thedelegate, opening up the capability toDisposableResult.cancel()it. -
Uses of Registration in org.axonframework.commandhandling
Methods in org.axonframework.commandhandling that return RegistrationModifier and TypeMethodDescriptionSimpleCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) Registers the given list of dispatch interceptors to the command bus.SimpleCommandBus.registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>> handlerInterceptor) Registers the given interceptor to the command bus.AnnotationCommandHandlerAdapter.subscribe(CommandBus commandBus) Subscribe this command handler to the givencommandBus.CommandBus.subscribe(String commandName, MessageHandler<? super CommandMessage<?>> handler) Subscribe the givenhandlerto commands with the givencommandName.SimpleCommandBus.subscribe(String commandName, MessageHandler<? super CommandMessage<?>> handler) Subscribe the givenhandlerto commands with givencommandName. -
Uses of Registration in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed that return RegistrationModifier and TypeMethodDescriptionDistributedCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) Registers the given list of dispatch interceptors to the command bus.DistributedCommandBus.registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>> handlerInterceptor) CommandBusConnector.subscribe(String commandName, MessageHandler<? super CommandMessage<?>> handler) Subscribes a command message handler for commands with givencommandName.DistributedCommandBus.subscribe(String commandName, MessageHandler<? super CommandMessage<?>> handler) Subscribe the givenhandlerto commands with the givencommandName. -
Uses of Registration in org.axonframework.commandhandling.gateway
Methods in org.axonframework.commandhandling.gateway that return RegistrationModifier and TypeMethodDescriptionprotected RegistrationAbstractCommandGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> interceptor) Registers a command dispatch interceptor within aCommandGateway.DefaultCommandGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) -
Uses of Registration in org.axonframework.common.caching
Methods in org.axonframework.common.caching that return RegistrationModifier and TypeMethodDescriptionprotected abstract RegistrationAbstractCacheAdapter.doRegisterListener(L listenerAdapter) Registers the given listener with the cache implementationprotected RegistrationEhCache3Adapter.doRegisterListener(org.ehcache.event.CacheEventListener listenerAdapter) protected RegistrationEhCacheAdapter.doRegisterListener(net.sf.ehcache.event.CacheEventListener listenerAdapter) Deprecated.protected RegistrationJCacheAdapter.doRegisterListener(javax.cache.configuration.CacheEntryListenerConfiguration<Object, Object> listenerAdapter) AbstractCacheAdapter.registerCacheEntryListener(Cache.EntryListener entryListener) Cache.registerCacheEntryListener(Cache.EntryListener cacheEntryListener) Registers the givencacheEntryListenerto listen for Cache changes.NoCache.registerCacheEntryListener(Cache.EntryListener cacheEntryListener) WeakReferenceCache.registerCacheEntryListener(Cache.EntryListener entryListener) -
Uses of Registration in org.axonframework.config
Constructor parameters in org.axonframework.config with type arguments of type RegistrationModifierConstructorDescriptionMessageHandlerRegistrar(Supplier<Configuration> configSupplier, Function<Configuration, Object> messageHandlerBuilder, BiFunction<Configuration, Object, Registration> messageHandlerSubscriber) Instantiate aMessageHandlerRegistrar, using the providedconfigSupplierto supply theConfigurationneeded to build and register the message handler. -
Uses of Registration in org.axonframework.deadline
Methods in org.axonframework.deadline that return RegistrationModifier and TypeMethodDescriptionAbstractDeadlineManager.registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> dispatchInterceptor) AbstractDeadlineManager.registerHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>> handlerInterceptor) -
Uses of Registration in org.axonframework.disruptor.commandhandling
Methods in org.axonframework.disruptor.commandhandling that return RegistrationModifier and TypeMethodDescriptionDisruptorCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) DisruptorCommandBus.registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>> handlerInterceptor) DisruptorCommandBus.subscribe(String commandName, MessageHandler<? super CommandMessage<?>> handler) -
Uses of Registration in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling that return RegistrationModifier and TypeMethodDescriptionAbstractEventBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>> dispatchInterceptor) Register the given DispatchInterceptor.AbstractEventProcessor.registerHandlerInterceptor(MessageHandlerInterceptor<? super EventMessage<?>> interceptor) AbstractEventBus.subscribe(Consumer<List<? extends EventMessage<?>>> eventProcessor) -
Uses of Registration in org.axonframework.eventhandling.deadletter
Methods in org.axonframework.eventhandling.deadletter that return RegistrationModifier and TypeMethodDescriptionDeadLetteringEventHandlerInvoker.registerHandlerInterceptor(MessageHandlerInterceptor<? super EventMessage<?>> interceptor) -
Uses of Registration in org.axonframework.eventhandling.gateway
Methods in org.axonframework.eventhandling.gateway that return RegistrationModifier and TypeMethodDescriptionAbstractEventGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super EventMessage<?>> interceptor) Registers an event dispatch interceptor within anEventGateway. -
Uses of Registration in org.axonframework.messaging
Methods in org.axonframework.messaging that return RegistrationModifier and TypeMethodDescriptionMessageDispatchInterceptorSupport.registerDispatchInterceptor(MessageDispatchInterceptor<? super T> dispatchInterceptor) Register the given DispatchInterceptor.MessageHandlerInterceptorSupport.registerHandlerInterceptor(MessageHandlerInterceptor<? super T> handlerInterceptor) Register the givenhandlerInterceptor.Subscribe the givenmessageProcessorto this message source. -
Uses of Registration in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command that return RegistrationModifier and TypeMethodDescriptionAggregateAnnotationCommandHandler.subscribe(CommandBus commandBus) Subscribe this command handler to the givencommandBus. -
Uses of Registration in org.axonframework.queryhandling
Subinterfaces of Registration in org.axonframework.queryhandlingModifier and TypeInterfaceDescriptioninterfaceResult of the subscription query.Classes in org.axonframework.queryhandling that implement RegistrationMethods in org.axonframework.queryhandling that return RegistrationModifier and TypeMethodDescriptionUpdateHandlerRegistration.getRegistration()Gets the registration.DefaultQueryGateway.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>> interceptor) SimpleQueryBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super QueryMessage<?, ?>> interceptor) Registers an interceptor that intercepts Queries as they are sent.SimpleQueryUpdateEmitter.registerDispatchInterceptor(MessageDispatchInterceptor<? super SubscriptionQueryUpdateMessage<?>> interceptor) SimpleQueryBus.registerHandlerInterceptor(MessageHandlerInterceptor<? super QueryMessage<?, ?>> interceptor) Registers an interceptor that is used to intercept Queries before they are passed to their respective handlers.<R> RegistrationQueryBus.subscribe(String queryName, Type responseType, MessageHandler<? super QueryMessage<?, R>> handler) Subscribe the givenhandlerto queries with the givenqueryNameandresponseType.Subscribes the query handlers of thisQueryHandlerAdapterto the givenQueryBus.<R> RegistrationSimpleQueryBus.subscribe(String queryName, Type responseType, MessageHandler<? super QueryMessage<?, R>> handler) Constructors in org.axonframework.queryhandling with parameters of type RegistrationModifierConstructorDescriptionDefaultSubscriptionQueryResult(reactor.core.publisher.Mono<I> initialResult, reactor.core.publisher.Flux<U> updates, Registration registrationDelegate) Initializes the result with mono and flux used for result retrieval.UpdateHandlerRegistration(Registration registration, reactor.core.publisher.Flux<SubscriptionQueryUpdateMessage<U>> updates, Runnable completeHandler) -
Uses of Registration in org.axonframework.queryhandling.annotation
Methods in org.axonframework.queryhandling.annotation that return RegistrationModifier and TypeMethodDescription -
Uses of Registration in org.axonframework.spring.messaging
Methods in org.axonframework.spring.messaging that return RegistrationModifier and TypeMethodDescriptionInboundEventMessageChannelAdapter.subscribe(Consumer<List<? extends EventMessage<?>>> messageProcessor) -
Uses of Registration in org.axonframework.test.deadline
Methods in org.axonframework.test.deadline that return RegistrationModifier and TypeMethodDescriptionStubDeadlineManager.registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> dispatchInterceptor) StubDeadlineManager.registerHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>> handlerInterceptor) -
Uses of Registration in org.axonframework.test.utils
Methods in org.axonframework.test.utils that return RegistrationModifier and TypeMethodDescriptionRecordingCommandBus.registerDispatchInterceptor(MessageDispatchInterceptor<? super CommandMessage<?>> dispatchInterceptor) RecordingCommandBus.registerHandlerInterceptor(MessageHandlerInterceptor<? super CommandMessage<?>> handlerInterceptor) RecordingCommandBus.subscribe(String commandName, MessageHandler<? super CommandMessage<?>> handler)