Uses of Interface
io.axoniq.framework.axonserver.connector.event.PersistentStreamContextCustomizer
Packages that use PersistentStreamContextCustomizer
Package
Description
Part of the Axon Server Connector module.
-
Uses of PersistentStreamContextCustomizer in io.axoniq.framework.axonserver.connector.event
Fields in io.axoniq.framework.axonserver.connector.event declared as PersistentStreamContextCustomizerModifier and TypeFieldDescriptionstatic final PersistentStreamContextCustomizerPersistentStreamContextCustomizer.NO_OPAPersistentStreamContextCustomizerplacing no resources on theProcessingContext, handing back the context it was given, used when a connection needs no batch-level resources of its own.Constructors in io.axoniq.framework.axonserver.connector.event with parameters of type PersistentStreamContextCustomizerModifierConstructorDescriptionPersistentStreamConnection(String streamId, AxonServerConnectionManager connectionManager, AxonServerConfiguration serverConfig, EventConverter converter, EventTypeResolver eventTypeResolver, io.axoniq.axonserver.connector.event.PersistentStreamProperties persistentStreamProperties, ScheduledExecutorService scheduler, UnitOfWorkFactory unitOfWorkFactory, PersistentStreamContextCustomizer contextCustomizer, int batchSize, @Nullable String context) Instantiates aPersistentStreamConnectionplacing additional resources on theProcessingContextof every batch through the givencontextCustomizer.PersistentStreamEventSource(String name, AxonServerConnectionManager connectionManager, AxonServerConfiguration serverConfig, EventConverter converter, EventTypeResolver eventTypeResolver, io.axoniq.axonserver.connector.event.PersistentStreamProperties persistentStreamProperties, ScheduledExecutorService scheduler, UnitOfWorkFactory unitOfWorkFactory, PersistentStreamContextCustomizer contextCustomizer, int batchSize, @Nullable String context) Instantiates aPersistentStreamEventSourceplacing additional resources on theProcessingContextof every batch it delivers through the givencontextCustomizer.