Uses of Interface
org.axonframework.common.Registration
Packages that use Registration
Package
Description
Root package for the Axon Server Connector.
Caching abstractions and helpers.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
Part of the Axon Extension module.
Classes related to message processing in Axon Framework.
Package for event handling components in Axon Framework.
Part of the Axon Messaging module.
Part of the Axon Test module.
-
Uses of Registration in org.axonframework.axonserver.connector
Classes in org.axonframework.axonserver.connector that implement RegistrationConstructors in org.axonframework.axonserver.connector with parameters of type RegistrationModifierConstructorDescriptionAxonServerRegistration(Registration wrappedRegistration, Runnable closeCallback) Instantiate anAxonServerRegistration, which wraps the givenwrappedRegistrationand runs the providedcloseCallbackonAxonServerRegistration.cancel()call -
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 RegistrationEhCacheAdapter.doRegisterListener(org.ehcache.event.CacheEventListener listenerAdapter) 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.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore that return RegistrationModifier and TypeMethodDescriptionInterceptingEventStore.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer) StorageEngineBackedEventStore.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer) Constructor parameters in org.axonframework.eventsourcing.eventstore with type arguments of type RegistrationModifierConstructorDescriptionContinuousMessageStream(Supplier<List<E>> fetcher, Function<E, MessageStream.Entry<EventMessage>> converter, BiFunction<ContinuousMessageStream<?>, Runnable, Registration> callbackTracker) Creates a newContinuousMessageStreaminstance configured with the given strategies. -
Uses of Registration in org.axonframework.extension.spring.messaging
Methods in org.axonframework.extension.spring.messaging that return RegistrationModifier and TypeMethodDescriptionInboundEventMessageChannelAdapter.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer) -
Uses of Registration in org.axonframework.messaging.core
Methods in org.axonframework.messaging.core that return RegistrationModifier and TypeMethodDescriptionSubscribableEventSource.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer) Subscribe the giveneventsBatchConsumerto this event source. -
Uses of Registration in org.axonframework.messaging.eventhandling
Methods in org.axonframework.messaging.eventhandling that return RegistrationModifier and TypeMethodDescriptionDelegatingEventBus.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer) InterceptingEventBus.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer) SimpleEventBus.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer) -
Uses of Registration in org.axonframework.messaging.queryhandling.distributed
Methods in org.axonframework.messaging.queryhandling.distributed that return RegistrationModifier and TypeMethodDescriptionQueryBusConnector.Handler.registerUpdateHandler(QueryMessage subscriptionQueryMessage, QueryBusConnector.UpdateCallback updateCallback) Registers an update handler for a given subscription query message and its associated update sender. -
Uses of Registration in org.axonframework.test.fixture
Methods in org.axonframework.test.fixture that return RegistrationModifier and TypeMethodDescriptionRecordingEventBus.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer) RecordingEventStore.subscribe(BiFunction<List<? extends EventMessage>, ProcessingContext, CompletableFuture<?>> eventsBatchConsumer)