- ActiveGrpcChannelChecker - Class in org.axonframework.axonserver.connector.heartbeat.connection.checker
-
- ActiveGrpcChannelChecker(AxonServerConnectionManager, String) - Constructor for class org.axonframework.axonserver.connector.heartbeat.connection.checker.ActiveGrpcChannelChecker
-
Deprecated.
- andMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
-
- andMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
- andMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
-
- andMetaData(Map<String, ?>) - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
- andThen(AxonServerEventStoreFactory.AxonServerEventStoreConfiguration) - Method in interface org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.AxonServerEventStoreConfiguration
-
Returns a configuration that applies the given other configuration after applying this.
- apply(Configuration) - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
- apply(MetaData) - Method in class org.axonframework.axonserver.connector.util.GrpcMetadataSerializer
-
- apply(O) - Method in class org.axonframework.axonserver.connector.util.GrpcObjectSerializer
-
- apply(Message) - Method in class org.axonframework.axonserver.connector.util.GrpcPayloadSerializer
-
- awaitTermination(long, TimeUnit) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
-
- axonFrameworkVersionResolver(Supplier<String>) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
- AxonProcessorInstructionHandler(EventProcessor, String) - Constructor for class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
-
- AxonServerCommandBus - Class in org.axonframework.axonserver.connector.command
-
Axon CommandBus implementation that connects to Axon Server to submit and receive commands and command
responses.
- AxonServerCommandBus(AxonServerCommandBus.Builder) - Constructor for class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
- AxonServerCommandBus.Builder - Class in org.axonframework.axonserver.connector.command
-
- AxonServerCommandDispatchException - Exception in org.axonframework.axonserver.connector.command
-
Exception thrown if there is a problem dispatching a command on Axon Server.
- AxonServerCommandDispatchException(String, ErrorMessage) - Constructor for exception org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
-
Initialize the exception with given errorCode and errorMessage.
- AxonServerCommandDispatchException(String, String, Throwable) - Constructor for exception org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
-
- AxonServerConfiguration - Class in org.axonframework.axonserver.connector
-
Configuration class provided configurable fields and defaults for anything Axon Server related.
- AxonServerConfiguration() - Constructor for class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- axonServerConfiguration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
- AxonServerConfiguration.Builder - Class in org.axonframework.axonserver.connector
-
- AxonServerConfiguration.Eventhandling - Class in org.axonframework.axonserver.connector
-
- AxonServerConfiguration.Eventhandling.ProcessorSettings - Class in org.axonframework.axonserver.connector
-
- AxonServerConfiguration.EventStoreConfiguration - Class in org.axonframework.axonserver.connector
-
- AxonServerConfiguration.FlowControlConfiguration - Class in org.axonframework.axonserver.connector
-
Configuration class for Flow Control of specific message types.
- AxonServerConfiguration.HeartbeatConfiguration - Class in org.axonframework.axonserver.connector
-
- AxonServerConfiguration.PersistentStreamSettings - Class in org.axonframework.axonserver.connector
-
- AxonServerConnectionManager - Class in org.axonframework.axonserver.connector
-
The component which manages all the connections which an Axon client can establish with an Axon Server instance.
- AxonServerConnectionManager(AxonServerConnectionManager.Builder, AxonServerConnectionFactory) - Constructor for class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
- axonServerConnectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
- axonServerConnectionManager - Variable in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
-
- axonServerConnectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
- AxonServerConnectionManager.Builder - Class in org.axonframework.axonserver.connector
-
- AxonServerEventScheduler - Class in org.axonframework.axonserver.connector.event.axon
-
Implementation of the EventScheduler that uses Axon Server to schedule the events.
- AxonServerEventScheduler(AxonServerEventScheduler.Builder) - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
- AxonServerEventScheduler.Builder - Class in org.axonframework.axonserver.connector.event.axon
-
- AxonServerEventStore - Class in org.axonframework.axonserver.connector.event.axon
-
Axon EventStore implementation that connects to the AxonIQ AxonServer Server to store and retrieve Events.
- AxonServerEventStore(AxonServerEventStore.Builder) - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
-
- AxonServerEventStore.Builder - Class in org.axonframework.axonserver.connector.event.axon
-
- AxonServerEventStoreFactory - Class in org.axonframework.axonserver.connector.event.axon
-
- AxonServerEventStoreFactory(AxonServerEventStoreFactory.Builder) - Constructor for class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory
-
- AxonServerEventStoreFactory.AxonServerEventStoreConfiguration - Interface in org.axonframework.axonserver.connector.event.axon
-
- AxonServerEventStoreFactory.Builder - Class in org.axonframework.axonserver.connector.event.axon
-
- AxonServerException - Exception in org.axonframework.axonserver.connector
-
Generic exception indicating an error related to AxonServer.
- AxonServerException(String, ErrorMessage) - Constructor for exception org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given code and errorMessage.
- AxonServerException(String, String) - Constructor for exception org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given code and message.
- AxonServerException(String, String, String, List<String>) - Constructor for exception org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given message, code, source and details.
- AxonServerException(String, String, Throwable) - Constructor for exception org.axonframework.axonserver.connector.AxonServerException
-
Initializes the exception using the given message, code, and cause.
- AxonServerNonTransientRemoteCommandHandlingException - Exception in org.axonframework.axonserver.connector.command
-
Exception indicating a non-transient problem that was reported by the remote end of a connection.
- AxonServerNonTransientRemoteCommandHandlingException(String, ErrorMessage) - Constructor for exception org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
-
Initialize the exception with given errorCode and errorMessage.
- AxonServerNonTransientRemoteQueryHandlingException - Exception in org.axonframework.axonserver.connector.query
-
Exception indicating a non-transient problem that was reported during query handling by the remote end of a connection.
- AxonServerNonTransientRemoteQueryHandlingException(String, ErrorMessage) - Constructor for exception org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
-
Initialize the exception with given errorCode and errorMessage.
- AxonServerQueryBus - Class in org.axonframework.axonserver.connector.query
-
Axon QueryBus implementation that connects to Axon Server to submit and receive queries and query responses.
- AxonServerQueryBus(AxonServerQueryBus.Builder) - Constructor for class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
- AxonServerQueryBus.Builder - Class in org.axonframework.axonserver.connector.query
-
- AxonServerQueryDispatchException - Exception in org.axonframework.axonserver.connector.query
-
An AxonServer Exception which is thrown on a Query Dispatching exception.
- AxonServerQueryDispatchException(String, ErrorMessage) - Constructor for exception org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Initializes an AxonServer Query Dispatch Exception using the given code and errorMessage.
- AxonServerQueryDispatchException(String, String) - Constructor for exception org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Initializes an AxonServer Query Dispatch Exception using the given code and message.
- AxonServerQueryDispatchException(String, String, String, List<String>) - Constructor for exception org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Initializes an AxonServer Query Dispatch Exception using the given message, code, source
and details .
- AxonServerRegistration - Class in org.axonframework.axonserver.connector.command
-
Wrapper around standard Axon Framework Registration.
- AxonServerRegistration(Registration, Runnable) - Constructor for class org.axonframework.axonserver.connector.command.AxonServerRegistration
-
- AxonServerRemoteCommandHandlingException - Exception in org.axonframework.axonserver.connector.command
-
Exception indicating a problem that was reported by the remote end of a connection.
- AxonServerRemoteCommandHandlingException(String, ErrorMessage) - Constructor for exception org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Initialize the exception with given errorCode and errorMessage.
- AxonServerRemoteCommandHandlingException(String, ErrorMessage, boolean) - Constructor for exception org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Initialize the exception with given errorCode, errorMessage and writableStackTrace.
- AxonServerRemoteQueryHandlingException - Exception in org.axonframework.axonserver.connector.query
-
An AxonServer Exception which is thrown on a Query Handling exception.
- AxonServerRemoteQueryHandlingException(String, ErrorMessage) - Constructor for exception org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
-
Initialize a Query Handling exception from a remote source.
- AxonServerRemoteQueryHandlingException(String, ErrorMessage, boolean) - Constructor for exception org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
-
Initialize a Query Handling exception from a remote source.
- AxonServerSubscriptionQueryResult<I,U> - Class in org.axonframework.axonserver.connector.query.subscription
-
A SubscriptionQueryResult that emits initial response and update when subscription query response message is
received.
- AxonServerSubscriptionQueryResult(SubscriptionQueryResult, SubscriptionMessageSerializer) - Constructor for class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
-
- AxonServerSubscriptionQueryResult(SubscriptionQueryResult, SpanFactory, SubscriptionMessageSerializer) - Constructor for class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
-
- AxonServerSubscriptionQueryResult(SubscriptionQueryMessage<?, ?, ?>, SubscriptionQueryResult, SubscriptionMessageSerializer, QueryBusSpanFactory, Span) - Constructor for class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
-
- axonServerSupportsQueryStreaming(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionHelper
-
Retrieve whether Axon Server supports streaming from the given processingInstructions, by
searching for the value of ProcessingKey.SERVER_SUPPORTS_STREAMING.
- call() - Method in class org.axonframework.axonserver.connector.PriorityCallable
-
- cancel() - Method in class org.axonframework.axonserver.connector.command.AxonServerRegistration
-
- cancel() - Method in class org.axonframework.axonserver.connector.query.subscription.AxonServerSubscriptionQueryResult
-
- cancel() - Method in class org.axonframework.axonserver.connector.query.subscription.DeserializedResult
-
Deprecated.
- cancel() - Method in class org.axonframework.axonserver.connector.query.subscription.DisposableResult
-
Deprecated.
- cancel(boolean) - Method in interface org.axonframework.axonserver.connector.util.Scheduler.ScheduledTask
-
Cancels the scheduled registration.
- cancelSchedule(ScheduleToken) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Cancel a scheduled event.
- canSerializeTo(Class<T>) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
-
- channelCustomizer(UnaryOperator<ManagedChannelBuilder<?>>) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager.Builder
-
Registers the given channelCustomization, which configures the underling
ManagedChannelBuilder used to set up connections to AxonServer.
- classForType(SerializedType) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
-
- clientId(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- clientSupportsQueryStreaming(List<ProcessingInstruction>) - Static method in class org.axonframework.axonserver.connector.util.ProcessingInstructionHelper
-
Retrieve whether Client (query issuer) supports streaming from the given processingInstructions, by searching for the value of ProcessingKey.CLIENT_SUPPORTS_STREAMING.
- close() - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
-
- close() - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamConnection
-
Closes the persistent stream connection to Axon Server.
- close() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResultStreamAdapter
-
- code() - Method in exception org.axonframework.axonserver.connector.AxonServerException
-
- code() - Method in exception org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Return a
String defining the error code.
- commandFlowControl(int, int, int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- commandLoadFactor(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- CommandLoadFactorProvider - Interface in org.axonframework.axonserver.connector.command
-
Provides the load factor value of the client for the specific command.
- CommandPriorityCalculator - Interface in org.axonframework.axonserver.connector.command
-
Calculate the priority of CommandMessage based on its content.
- CommandSerializer - Class in org.axonframework.axonserver.connector.command
-
Converter between Axon Framework CommandMessages and Axon Server gRPC Command messages.
- CommandSerializer(Serializer, AxonServerConfiguration) - Constructor for class org.axonframework.axonserver.connector.command.CommandSerializer
-
Instantiate a serializer used to convert Axon CommandMessages and CommandResultMessages into Axon
Server gRPC messages and vice versa.
- compareTo(PriorityTask) - Method in interface org.axonframework.axonserver.connector.PriorityTask
-
- completeRequestStream() - Method in class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
-
Completes the request steam related to this stream observer.
- componentName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- configuration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the
AxonServerConfiguration used to configure several components within the Axon Server Command
Bus, like setting the client id or the number of command handling threads used.
- configuration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
- configuration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
- configuration(AxonServerConfiguration) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the
AxonServerConfiguration used to configure several components within the Axon Server Query
Bus, like setting the client id or the number of query handling threads used.
- configureModule(Configurer) - Method in class org.axonframework.axonserver.connector.ServerConnectorConfigurerModule
-
- ConnectionManager - Interface in org.axonframework.axonserver.connector
-
Interface describing functionality for connection managers.
- connectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
-
- connectionManager(AxonServerConnectionManager) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
- connections() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
- connections() - Method in interface org.axonframework.axonserver.connector.ConnectionManager
-
Return the connections this instances manages.
- ConnectionSanityChecker - Interface in org.axonframework.axonserver.connector.heartbeat
-
- connectTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- constructFor(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory
-
- constructFor(String, AxonServerEventStoreFactory.AxonServerEventStoreConfiguration) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory
-
Constructs an
AxonServerEventStore connected to the given
context with customization based on the
given
configuration.
- context(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- context - Variable in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
-
- ContextAddingInterceptor - Class in org.axonframework.axonserver.connector.util
-
- ContextAddingInterceptor(String) - Constructor for class org.axonframework.axonserver.connector.util.ContextAddingInterceptor
-
Deprecated.
- convert(ErrorMessage, Supplier<Object>) - Method in enum org.axonframework.axonserver.connector.ErrorCode
-
Converts the errorMessage to the relevant AxonException
- convert(ErrorMessage) - Method in enum org.axonframework.axonserver.connector.ErrorCode
-
Converts the errorMessage to the relevant AxonException
- convert(Throwable) - Method in enum org.axonframework.axonserver.connector.ErrorCode
-
Converts the throwable to the relevant AxonException
- convert(String, Throwable) - Method in enum org.axonframework.axonserver.connector.ErrorCode
-
Converts the source and the throwable to the relevant AxonException
- convert(Map<String, MetaDataValue>) - Method in class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
-
Convert the given
Map of
MetaDataValues to a Map containing the Java representations of each of
those values.
- convertFromMetaDataValue(MetaDataValue) - Method in class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
-
Convert the given MetaDataValue to its Java representation.
- convertToMetaDataValue(Object) - Method in class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
-
Convert the given value into a MetaDataValue, attempting to maintain the source type as much as
possible in the returned MetaDataValue.
- create(Configuration) - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamMessageSourceDefinition
-
- createStreamableMessageSourceForContext(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
-
Creates a StreamableMessageSource that streams events from the given context, rather than the
default context the application was configured to connect to.
- decrypt(EventWithToken) - Method in class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- decrypt(Event) - Method in class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- decryptBytes(int, byte[]) - Method in class org.axonframework.axonserver.connector.event.util.EventCipher
-
Deprecated.
- DEFAULT_VALUE - Static variable in interface org.axonframework.axonserver.connector.command.CommandLoadFactorProvider
-
The default value for command load factor: 100.
- defaultCommandCallback(CommandCallback<Object, Object>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
- defaultCommandExecutorServiceBuilder() - Static method in interface org.axonframework.axonserver.connector.util.ExecutorServiceBuilder
-
Create a default ExecutorServiceBuilder used to create a
ThreadPoolExecutor for processing incoming
commands.
- defaultCommandPriorityCalculator() - Static method in interface org.axonframework.axonserver.connector.command.CommandPriorityCalculator
-
- defaultContext(String) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the default context for this command bus to connect to.
- defaultContext(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler.Builder
-
Sets the default context for this event scheduler to connect to.
- defaultContext(String) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the default context for this event store to connect to.
- defaultContext(String) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the default context for this event store to connect to.
- defaultFactory() - Static method in interface org.axonframework.axonserver.connector.event.axon.PersistentStreamScheduledExecutorBuilder
-
- DefaultHandlers<Case,Handler> - Class in org.axonframework.axonserver.connector
-
- DefaultHandlers() - Constructor for class org.axonframework.axonserver.connector.DefaultHandlers
-
Deprecated.
- DefaultInstructionAckSource<T> - Class in org.axonframework.axonserver.connector
-
- DefaultInstructionAckSource(Function<InstructionAck, T>) - Constructor for class org.axonframework.axonserver.connector.DefaultInstructionAckSource
-
- defaultQueryExecutorServiceBuilder() - Static method in interface org.axonframework.axonserver.connector.util.ExecutorServiceBuilder
-
Create a default ExecutorServiceBuilder used to create a
ThreadPoolExecutor for processing incoming
queries.
- defaultQueryPriorityCalculator() - Static method in interface org.axonframework.axonserver.connector.query.QueryPriorityCalculator
-
- describe(StreamingEventProcessor) - Static method in class org.axonframework.axonserver.connector.processor.StreamingEventProcessorInfoMessage
-
Create an EventProcessorInfo based on the given eventProcessor.
- deserialize(Command) - Method in class org.axonframework.axonserver.connector.command.CommandSerializer
-
Convert a Command into a CommandMessage.
- deserialize(CommandResponse) - Method in class org.axonframework.axonserver.connector.command.CommandSerializer
-
Convert a CommandResponse into a CommandResultMessage.
- deserialize(SerializedObject<S>) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
-
- deserialize(SubscriptionQuery) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Deserializes the given subscriptionQuery into a SubscriptionQueryMessage.
- deserialize(QueryResponse) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Deserializes the given queryResponse into a QueryResponseMessage.
- deserialize(QueryUpdate) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Deserializes the given queryUpdate into a SubscriptionQueryUpdateMessage.
- DeserializedResult<I,U> - Class in org.axonframework.axonserver.connector.query.subscription
-
- DeserializedResult(SubscriptionQueryResult<QueryResponse, QueryUpdate>, SubscriptionMessageSerializer) - Constructor for class org.axonframework.axonserver.connector.query.subscription.DeserializedResult
-
Deprecated.
Instantiate a
DeserializedResult wrapping the
delegate which will be serialized by the given
serializer.
- deserializeRequest(QueryRequest) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a QueryRequest into a QueryMessage.
- deserializeResponse(QueryResponse, ResponseType<R>) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a QueryResponse into a QueryResponseMessage.
- deserializeResponse(QueryResponse) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Converts a QueryResponse into a QueryResponseMessage.
- details() - Method in exception org.axonframework.axonserver.connector.AxonServerException
-
- details() - Method in exception org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Return a
List of
Strings, each describing a single "cause".
- determinePriority(CommandMessage<?>) - Method in interface org.axonframework.axonserver.connector.command.CommandPriorityCalculator
-
Determines the priority of the given command.
- determinePriority(QueryMessage<?, ?>) - Method in interface org.axonframework.axonserver.connector.query.QueryPriorityCalculator
-
Determines the priority of the given query.
- disconnect(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Disconnects any active connection for the given context, forcing a new connection to be established when
one is requested.
- disconnect() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Disconnects any active connections, forcing a new connection to be established when one is requested.
- disconnect() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
Disconnect the command bus for receiving commands from Axon Server, by unsubscribing all registered command
handlers.
- disconnect() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Disconnect the query bus from Axon Server, by unsubscribing all known query handlers and aborting all queries in progress.
- dispatch(CommandMessage<C>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
- dispatch(CommandMessage<C>, CommandCallback<? super C, ? super R>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
- DispatchInterceptors<M extends org.axonframework.messaging.Message<?>> - Class in org.axonframework.axonserver.connector
-
Composite of MessageDispatchInterceptors that apply all interceptors in the order of registration.
- DispatchInterceptors() - Constructor for class org.axonframework.axonserver.connector.DispatchInterceptors
-
- DisposableResult<I,U> - Class in org.axonframework.axonserver.connector.query.subscription
-
- DisposableResult(SubscriptionQueryResult<I, U>, Registration) - Constructor for class org.axonframework.axonserver.connector.query.subscription.DisposableResult
-
Deprecated.
- genericSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the generic Serializer used to de-/serialize incoming and outgoing query
ResponseType implementations.
- get(String, Case) - Method in class org.axonframework.axonserver.connector.DefaultHandlers
-
Deprecated.
- get(String) - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Retrieve the column information referring to the given name.
- get(String, Case) - Method in interface org.axonframework.axonserver.connector.Handlers
-
Gets all handlers that match given context and requestCase.
- get() - Method in class org.axonframework.axonserver.connector.util.GrpcMetaData
-
- getAggregateIdentifier() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
- getBatchSize() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The maximum number of events to process in a single transaction when reading a persistent stream.
- getCertFile() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The path to the certificate file used for SSL.
- getChannel() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Deprecated.
- getChannel(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Deprecated.
- getClientId() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The client identifier as it registers itself to Axon Server, must be unique.
- getCode() - Method in exception org.axonframework.axonserver.connector.event.util.EventStoreClientException
-
Deprecated.
Returns the error code of this exception.
- getColumns() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
The list of columns returned by the query.
- getCommandExecutionErrorCode(Throwable) - Static method in enum org.axonframework.axonserver.connector.ErrorCode
-
Returns an Command Execution ErrorCode variation based on the transiency of the given
Throwable
- getCommandFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getCommandLoadFactor() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
An int representing the fixed value of load factor sent to Axon Server for any command's subscription if
no specific implementation of CommandLoadFactorProvider is configured.
- getCommandName() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
-
- getCommandThreads() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The number of threads executing commands.
- getCommitTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The timeout (in milliseconds) to wait for response on commit.
- getComponentName() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The name of this application.
- getConnection() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Retrieves the AxonServerConnection used for the default context of this application.
- getConnection(String) - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Retrieves the AxonServerConnection used for the given context of this application.
- getConnectionManagementThreadPoolSize() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The number of threads that should be used for connection management activities by the
AxonServerConnectionFactory used by the
AxonServerConnectionManager.
- getConnectTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
A value representing the maximum time in milliseconds a request for the initial Axon Server connection may last.
- getContentType() - Method in class org.axonframework.axonserver.connector.util.GrpcSerializedObject
-
- getContext() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The bounded context that this application operates in.
- getConverter() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
-
- getData() - Method in class org.axonframework.axonserver.connector.util.GrpcSerializedObject
-
- getDefaultContext() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Returns the name of the default context of this application.
- getDefaultFlowControlConfiguration() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getErrorCode() - Method in exception org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
-
Returns the error code as reported by the server.
- getErrorCode() - Method in exception org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
-
Returns the error code as reported by the server.
- getErrorCode() - Method in exception org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Returns the error code as reported by the server.
- getErrorCode() - Method in exception org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
-
Returns the error code as reported by the server.
- getErrorCode() - Method in exception org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
-
Return a
String defining the error code.
- getEventCipher() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getEventFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Specific flow control settings for the event message stream.
- getEventhandling() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getEventIdentifier() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
- getEventStoreConfiguration() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getExceptionDescriptions() - Method in exception org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
-
Returns a
List of
Strings describing the remote exception.
- getFilter() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Expression to filter out events in a persistent stream, using Axon Server Query Language as its syntax.
- getFor(String) - Method in interface org.axonframework.axonserver.connector.command.CommandLoadFactorProvider
-
Returns the load factor value for the specific command
- getFromCode(String) - Static method in enum org.axonframework.axonserver.connector.ErrorCode
-
- getHeartbeat() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The configuration specifics on sending heartbeat messages to ensure a fully operational end-to-end connection
with Axon Server.
- getIdentifier() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
-
- getIdentifier() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
- getIdentifier() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
-
- getIdentifier() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
- getIdentifiers() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Returns the identifiers that uniquely identify this result entry.
- getInitialNrOfPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
- getInitialNrOfPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getInitialPosition() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The initial token position for the persistent stream.
- getInitialSegmentCount() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The number of segments for the persistent stream if it needs to be created.
- getInterval() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
The interval between consecutive heartbeat message sent in milliseconds.
- getKeepAliveTime() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The interval (in ms) for keep alive requests, 0 is keep-alive disabled.
- getKeepAliveTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The timeout (in ms) for keep alive requests.
- getLoadBalancingStrategy() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
-
Returns the load balancing strategy for this event processor.
- getMaxGrpcBufferedMessages() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getMaxMessageSize() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The gRPC max inbound message size.
- getMetaData() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
-
- getMetaData() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
Note that this implementation breaks the contract of EventData.getMetaData(), in that it doesn't
return the serialized data as a byte array, but as a MetaDataMap
- getMetaData() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
- getMetaData() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
-
- getMetaData() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
- getName() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The name for the persistent stream.
- getNewPermitsThreshold() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
The threshold at which the application sends new permits to server.
- getNewPermitsThreshold() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The threshold at which the application sends new permits to server.
- getNrOfNewPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Additional number of permits send for message streams (events, commands, queries) when application is ready
for more messages.
- getNrOfNewPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Additional number of permits send for message streams (events, commands, queries) when application is ready for
more messages.
- getOrDefault(String, Case, Collection<Handler>) - Method in interface org.axonframework.axonserver.connector.Handlers
-
- getOriginServer() - Method in exception org.axonframework.axonserver.connector.command.AxonServerRemoteCommandHandlingException
-
Returns the name of the server that reported the error.
- getPayload() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
-
- getPayload() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
- getPayload() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
- getPayload() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
-
- getPayload() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
- getPayloadType() - Method in class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
-
- getPayloadType() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
- getPayloadType() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
-
- getPayloadType() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
- getPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
The initial number of permits send for message streams (events, commands, queries).
- getPermits() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The initial number of permits send for message streams (events, commands, queries).
- getPersistentStreams() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Returns the settings for each of the configured persistent streams, by name.
- getProcessors() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling
-
Returns the settings for each of the configured processors, by name.
- getProcessorsNotificationInitialDelay() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The initial delay (in ms.) before application sends first status update on event processors to Axon Server.
- getProcessorsNotificationRate() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The interval (in ms.) application sends status updates on event processors to Axon Server.
- getQueryExecutionErrorCode(Throwable) - Static method in enum org.axonframework.axonserver.connector.ErrorCode
-
Returns an Query Execution ErrorCode variation based on the transiency of the given
Throwable
- getQueryFlowControl() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getQueryName() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
- getQueryName() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
- getQueryResultEntry() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Returns the wrapped entry as returned by the AxonServer Java Connector.
- getQueryThreads() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The number of threads executing queries.
- getReconnectInterval() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The amount of time in milliseconds to wait in between attempts to connect to Axon Server.
- getRequestStream() - Method in class org.axonframework.axonserver.connector.util.UpstreamAwareStreamObserver
-
Returns the request stream observer which allows interaction with the client stream.
- getResponseType() - Method in class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
- getResponseType() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
- getSequenceNumber() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
- getSequencingPolicy() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The sequencing policy to use for the persistent stream.
- getSequencingPolicyParameters() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Parameters specified for the sequencing policy.
- getServer() - Method in exception org.axonframework.axonserver.connector.command.AxonServerCommandDispatchException
-
Returns the name of the server that reported the error.
- getServer() - Method in exception org.axonframework.axonserver.connector.command.AxonServerNonTransientRemoteCommandHandlingException
-
Returns the name of the server that reported the error.
- getServer() - Method in exception org.axonframework.axonserver.connector.query.AxonServerNonTransientRemoteQueryHandlingException
-
Returns the name of the server that reported the error.
- getServer() - Method in exception org.axonframework.axonserver.connector.query.AxonServerRemoteQueryHandlingException
-
Return a
String defining the location where the error originated.
- getServers() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Comma separated list of Axon Server servers.
- getSnapshotPrefetch() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
An int indicating the maximum number of Aggregate snapshots which will be retrieved.
- getSortValues() - Method in class org.axonframework.axonserver.connector.event.axon.QueryResult
-
Returns the list of values to use to compare the order of this entry to other entries.
- getSuppressDownloadMessage() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- getThreadCount() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
The number of threads used to process tasks (e.g. event handling) for the persistent stream.
- getTimeout() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
The time window within which a response is expected in milliseconds.
- getTimestamp() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
- getToken() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
The token providing access control with Axon Server
- getType() - Method in class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
- getType() - Method in class org.axonframework.axonserver.connector.util.GrpcSerializedObject
-
- getUpdateResponseType() - Method in class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
- GrpcBackedCommandMessage<C> - Class in org.axonframework.axonserver.connector.command
-
Wrapper that allows clients to access a gRPC Command as a CommandMessage.
- GrpcBackedCommandMessage(Command, Serializer) - Constructor for class org.axonframework.axonserver.connector.command.GrpcBackedCommandMessage
-
Instantiate a
GrpcBackedCommandMessage with the given
command and using the provided
Serializer to be able to retrieve the payload and
MetaData from it.
- GrpcBackedDomainEventData - Class in org.axonframework.axonserver.connector.event.axon
-
DomainEventData implementation that retrieves its raw data from a protobuf Event message.
- GrpcBackedDomainEventData(Event) - Constructor for class org.axonframework.axonserver.connector.event.axon.GrpcBackedDomainEventData
-
Initialize using the given event as the source of raw data.
- GrpcBackedQueryMessage<Q,R> - Class in org.axonframework.axonserver.connector.query
-
Wrapper that allows clients to access a gRPC QueryRequest as a QueryMessage.
- GrpcBackedQueryMessage(QueryRequest, Serializer, Serializer) - Constructor for class org.axonframework.axonserver.connector.query.GrpcBackedQueryMessage
-
Instantiate a
GrpcBackedResponseMessage with the given
queryRequest, using the provided
messageSerializer to be able to retrieve the payload and
MetaData from it.
- GrpcBackedResponseMessage<R> - Class in org.axonframework.axonserver.connector.query
-
Wrapper that allows clients to access a gRPC QueryResponse as a QueryResponseMessage.
- GrpcBackedResponseMessage(QueryResponse, Serializer) - Constructor for class org.axonframework.axonserver.connector.query.GrpcBackedResponseMessage
-
Instantiate a
GrpcBackedResponseMessage with the given
queryResponse, using the provided
Serializer to be able to retrieve the payload and
MetaData from it.
- GrpcBackedSubscriptionQueryMessage<Q,I,U> - Class in org.axonframework.axonserver.connector.query.subscription
-
Wrapper that allows clients to access a gRPC SubscriptionQuery message as a SubscriptionQueryMessage.
- GrpcBackedSubscriptionQueryMessage(SubscriptionQuery, Serializer, Serializer) - Constructor for class org.axonframework.axonserver.connector.query.subscription.GrpcBackedSubscriptionQueryMessage
-
Instantiate a
GrpcBackedSubscriptionQueryMessage with the given
subscriptionQuery, using the
provided
messageSerializer to be able to retrieve the payload and
MetaData from it.
- GrpcBufferingInterceptor - Class in org.axonframework.axonserver.connector.util
-
- GrpcBufferingInterceptor(int) - Constructor for class org.axonframework.axonserver.connector.util.GrpcBufferingInterceptor
-
Deprecated.
Initialize the interceptor to ask for additionalBuffer amount of messages from the server.
- GrpcExceptionParser - Class in org.axonframework.axonserver.connector.event.util
-
- GrpcExceptionParser() - Constructor for class org.axonframework.axonserver.connector.event.util.GrpcExceptionParser
-
- GrpcHeartbeatSource - Class in org.axonframework.axonserver.connector.heartbeat.source
-
- GrpcHeartbeatSource(AxonServerConnectionManager, String) - Constructor for class org.axonframework.axonserver.connector.heartbeat.source.GrpcHeartbeatSource
-
Deprecated.
- GrpcMetaData - Class in org.axonframework.axonserver.connector.util
-
Implementation that provides access to a
Map of gRPC
MetaDataValues in the form of
MetaData.
- GrpcMetaData(Map<String, MetaDataValue>, Serializer) - Constructor for class org.axonframework.axonserver.connector.util.GrpcMetaData
-
Instantiate a wrapper around the given metaDataValues providing access to them as a MetaData
object.
- GrpcMetaDataAwareSerializer - Class in org.axonframework.axonserver.connector.event.axon
-
Wrapper around standard Axon Framework serializer that can deserialize Metadata from AxonServer events.
- GrpcMetaDataAwareSerializer(Serializer) - Constructor for class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
-
- GrpcMetaDataConverter - Class in org.axonframework.axonserver.connector.util
-
Utility class for converting gRPC MetaData entries into a Java Map and vice versa.
- GrpcMetaDataConverter(Serializer) - Constructor for class org.axonframework.axonserver.connector.util.GrpcMetaDataConverter
-
Initialize the converter, using the given serializer to serialize Objects.
- GrpcMetadataSerializer - Class in org.axonframework.axonserver.connector.util
-
Mapping that translates a MetaData into a map of GRPC MetaDataValue.
- GrpcMetadataSerializer(GrpcMetaDataConverter) - Constructor for class org.axonframework.axonserver.connector.util.GrpcMetadataSerializer
-
- GrpcObjectSerializer<O> - Class in org.axonframework.axonserver.connector.util
-
Mapping that translates an object into a GRPC SerializedObject.
- GrpcObjectSerializer(Serializer) - Constructor for class org.axonframework.axonserver.connector.util.GrpcObjectSerializer
-
Constructs a
GrpcObjectSerializer using the given
serializer to serialize the payload and type of
given objects with.
- GrpcObjectSerializer.Serializer<A> - Interface in org.axonframework.axonserver.connector.util
-
Contract towards serializing an object of type A.
- GrpcPayloadSerializer - Class in org.axonframework.axonserver.connector.util
-
Mapping that translates a Message into a GRPC SerializedObject.
- GrpcPayloadSerializer(Serializer) - Constructor for class org.axonframework.axonserver.connector.util.GrpcPayloadSerializer
-
- GrpcSerializedObject - Class in org.axonframework.axonserver.connector.util
-
Wrapper that allows clients to access a gRPC SerializedObject message as a SerializedObject.
- GrpcSerializedObject(SerializedObject) - Constructor for class org.axonframework.axonserver.connector.util.GrpcSerializedObject
-
- scatterGather(QueryMessage<Q, R>, long, TimeUnit) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
- schedule(Instant, Object) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Schedules an event to be published at a given moment.
- schedule(Duration, Object) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Schedules an event to be published after a specified amount of time.
- Scheduler - Interface in org.axonframework.axonserver.connector.util
-
Schedules tasks to be executed in future.
- Scheduler.ScheduledTask - Interface in org.axonframework.axonserver.connector.util
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface org.axonframework.axonserver.connector.util.Scheduler
-
Schedules a command to be executed periodically after initialDelay.
- sendAck(String, boolean, ErrorMessage, StreamObserver<T>) - Method in class org.axonframework.axonserver.connector.DefaultInstructionAckSource
-
- sendAck(String, boolean, ErrorMessage, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
-
Sends an acknowledgement.
- sendInitialPermits() - Method in class org.axonframework.axonserver.connector.util.FlowControllingStreamObserver
-
Deprecated.
- sendSuccessfulAck(String, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
-
Sends successful acknowledgement.
- sendUnsuccessfulAck(String, ErrorMessage, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
-
Sends unsuccessful acknowledgement.
- sendUnsupportedInstruction(String, String, StreamObserver<T>) - Method in interface org.axonframework.axonserver.connector.InstructionAckSource
-
Sends acknowledgement of unsupported instruction.
- sequence() - Method in class org.axonframework.axonserver.connector.PriorityCallable
-
- sequence() - Method in class org.axonframework.axonserver.connector.PriorityRunnable
-
- sequence() - Method in interface org.axonframework.axonserver.connector.PriorityTask
-
Returns the sequence of this task.
- SEQUENTIAL_PER_AGGREGATE_POLICY - Static variable in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
A
String constant representing the "sequential per aggregate" sequencing policy.
- SEQUENTIAL_POLICY - Static variable in class org.axonframework.axonserver.connector.event.axon.PersistentStreamSequencingPolicyProvider
-
A
String constant representing the sequential policy.
- serialize(CommandMessage<?>, String, int) - Method in class org.axonframework.axonserver.connector.command.CommandSerializer
-
Convert a CommandMessage into a Command.
- serialize(CommandResultMessage<?>, String) - Method in class org.axonframework.axonserver.connector.command.CommandSerializer
-
Convert a CommandResultMessage into a CommandProviderOutbound.
- serialize(Object, Class<T>) - Method in class org.axonframework.axonserver.connector.event.axon.GrpcMetaDataAwareSerializer
-
- serialize(SubscriptionQueryUpdateMessage<?>) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Serializes the given subscriptionQueryUpdateMessage into a QueryUpdate.
- serialize(SubscriptionQueryMessage<?, ?, ?>) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
- serialize(String, Throwable) - Static method in class org.axonframework.axonserver.connector.util.ExceptionSerializer
-
Serializes a given
Throwable into an
ErrorMessage.
- serialize(A, Class<T>) - Method in interface org.axonframework.axonserver.connector.util.GrpcObjectSerializer.Serializer
-
Serialize the given object into an object of the expectedRepresentation.
- serializeQuery(SubscriptionQueryMessage) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Serializes the given subscriptionQueryMessage into a QueryRequest.
- serializer(Serializer) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the Serializer used to de-/serialize incoming and outgoing commands and command results.
- serializeRequest(QueryMessage<Q, R>, int, long, int) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a QueryMessage into a QueryRequest.
- serializeRequest(QueryMessage<Q, R>, int, long, int, boolean) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a QueryMessage into a QueryRequest.
- serializeResponse(QueryResponseMessage<?>, String) - Method in class org.axonframework.axonserver.connector.query.QuerySerializer
-
Convert a QueryResponseMessage into a QueryResponse.
- serializeUpdateType(SubscriptionQueryMessage<?, ?, ?>) - Method in class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Serializes the given subscriptionQueryMessage into a SerializedObject.
- ServerConnectorConfigurerModule - Class in org.axonframework.axonserver.connector
-
Configurer module which is auto-loadable by the DefaultConfigurer that sets sensible
default to use when the AxonServer connector is available on the classpath.
- ServerConnectorConfigurerModule() - Constructor for class org.axonframework.axonserver.connector.ServerConnectorConfigurerModule
-
- servers(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- setAutomaticBalancing(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
-
Sets the automatic load balancing strategy to the given automaticBalancing.
- setBatchSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the maximum number of events to process in a single transaction when reading a persistent stream.
- setCertFile(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the path to the certificate file used for SSL.
- setClientId(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the client identifier as it registers itself to Axon Server, must be unique.
- setCommandFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setCommandLoadFactor(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets an int representing the fixed value of load factor sent to Axon Server for any command's
subscription if no specific implementation of CommandLoadFactorProvider is configured.
- setCommandThreads(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the number of threads executing commands.
- setCommitTimeout(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the timeout (in milliseconds) to wait for response on commit.
- setComponentName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the name of this application.
- setConnectionManagementThreadPoolSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Define the number of threads that should be used for connection management activities by the
AxonServerConnectionFactory used by the
AxonServerConnectionManager.
- setConnectTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the value representing the maximum time in milliseconds a request for the initial Axon Server connection may
last.
- setContext(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the bounded context that this application operates in.
- setDisableEventBlacklisting(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
-
Sets the indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
- setEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
Sets the indication whether heartbeat messages between a client and Axon Server are enabled.
- setEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Set whether (automatic) configuration of the Axon Server Connector is enabled.
- setEventBlockListingEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets flag that allows block-listing of event types to be enabled.
- setEventFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setEventhandling(AxonServerConfiguration.Eventhandling) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setEventSecretKey(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- setEventStoreConfiguration(AxonServerConfiguration.EventStoreConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setFilter(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the expression to filter out events in a persistent stream, expecting the Axon Server Query Language as
its syntax.
- setForceReadFromLeader(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the indicator whether it is OK to query events from the local Axon Server node - the node the client is
currently connected to.
- setForceReconnectThroughServers(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the indicator whether the
AxonServerConnectionManager should always reconnect through the
servers or try to reconnect with the server it just lost the connection with.
- setHeartbeat(AxonServerConfiguration.HeartbeatConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the configuration specifics on sending heartbeat messages to ensure a fully operational end-to-end
connection with Axon Server.
- setInitialNrOfPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
- setInitialNrOfPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setInitialPosition(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the initial token for the persistent stream.
- setInitialSegmentCount(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the number of segments for the persistent stream if it needs to be created.
- setInterval(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
Sets the interval between consecutive heartbeat message sent in milliseconds.
- setKeepAliveTime(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the interval (in ms) for keep alive requests, 0 is keep-alive disabled.
- setKeepAliveTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the timeout (in ms) for keep alive requests.
- setLoadBalancingStrategy(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Eventhandling.ProcessorSettings
-
Sets the load balancing strategy for this event processor.
- setMaxGrpcBufferedMessages(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setMaxMessageSize(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the gRPC max inbound message size.
- setName(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Assigns a name for the persistent stream.
- setNewPermitsThreshold(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Sets the threshold at which the application sends new permits to server.
- setNewPermitsThreshold(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the threshold at which the application sends new permits to server.
- setNrOfNewPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Sets the additional number of permits send for message streams (events, commands, queries) when application
is ready for more messages.
- setNrOfNewPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the additional number of permits send for message streams (events, commands, queries) when application is
ready for more messages.
- setOnAvailableCallback(Runnable) - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
-
- setPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.FlowControlConfiguration
-
Sets the initial number of permits send for message streams (events, commands, queries).
- setPermits(Integer) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the initial number of permits send for message streams (events, commands, queries).
- setProcessorsNotificationInitialDelay(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the initial delay (in ms.) before application sends first status update on event processors to Axon Server.
- setProcessorsNotificationRate(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the interval (in ms.) application sends status updates on event processors to Axon Server.
- setQueryFlowControl(AxonServerConfiguration.FlowControlConfiguration) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setQueryThreads(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the number of threads executing queries.
- setReconnectInterval(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the amount of time in milliseconds to wait in between attempts to connect to Axon Server.
- setSequencingPolicy(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the sequencing policy to use for the persistent stream.
- setSequencingPolicyParameters(List<String>) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the parameters specified for the sequencing policy.
- setServers(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Set the comma separated list of Axon Server servers.
- setShortcutQueriesToLocalHandlers(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setSnapshotPrefetch(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the maximum number of Aggregate snapshots which will be retrieved.
- setSslEnabled(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Defines whether to use TLS for the connection to Axon Server.
- setSuppressDownloadMessage(boolean) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
- setThreadCount(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.PersistentStreamSettings
-
Sets the number of threads used to process tasks (e.g. event handling) for the persistent stream.
- setTimeout(long) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.HeartbeatConfiguration
-
Sets the time window within which a response is expected in milliseconds.
- setToken(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration
-
Sets the token providing access control with Axon Server.
- shutdown() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
Stops the Connection Manager, closing any active connections and preventing new connections from being created.
- shutdown() - Method in class org.axonframework.axonserver.connector.heartbeat.HeartbeatMonitor
-
Deprecated.
Stops the scheduled task and shutdown the monitor, that cannot be restarted again.
- shutdown() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
-
- shutdownDispatching() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
Shutdown the command bus asynchronously for dispatching commands to Axon Server.
- shutdownDispatching() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Shuts down the Axon Server EventScheduler implementation.
- shutdownDispatching() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Shutdown the query bus asynchronously for dispatching queries to Axon Server.
- shutdownNow() - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
-
- shutdownNow() - Method in interface org.axonframework.axonserver.connector.util.Scheduler
-
Cancels all scheduled tasks.
- skipMessagesWithPayloadTypeOf(TrackedEventMessage<?>) - Method in class org.axonframework.axonserver.connector.event.axon.EventBuffer
-
This implementation removes events from the stream based on the payload type of the given message.
- snapshotFilter(Predicate<? super DomainEventData<?>>) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
- snapshotFilter(SnapshotFilter) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the SnapshotFilter used to filter snapshots when returning aggregate events.
- snapshotFilter(SnapshotFilter) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the SnapshotFilter used to filter snapshots when returning aggregate events.
- snapshotPrefetch(int) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- snapshotSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
Sets the Serializer used to serialize and deserialize snapshots.
- snapshotSerializer(Serializer) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the Serializer used to serialize and deserialize snapshots.
- source() - Method in exception org.axonframework.axonserver.connector.AxonServerException
-
- source() - Method in exception org.axonframework.axonserver.connector.query.AxonServerQueryDispatchException
-
Return a
String defining the source where the error originated.
- spanFactory(SpanFactory) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
- spanFactory(CommandBusSpanFactory) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus.Builder
-
Sets the CommandBusSpanFactory implementation to use for providing tracing capabilities.
- spanFactory(SpanFactory) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
- spanFactory(EventBusSpanFactory) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
- spanFactory(EventBusSpanFactory) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
-
Sets the EventBusSpanFactory implementation used for providing tracing capabilities.
- spanFactory(SpanFactory) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
- spanFactory(QueryBusSpanFactory) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus.Builder
-
Sets the QueryBusSpanFactory implementation to use for providing tracing capabilities.
- splitSegment(int) - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
-
- ssl(String) - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-
- start() - Method in class org.axonframework.axonserver.connector.AxonServerConnectionManager
-
- start() - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
Start the Axon Server CommandBus implementation.
- start() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventScheduler
-
Start the Axon Server EventScheduler implementation.
- start() - Method in class org.axonframework.axonserver.connector.heartbeat.HeartbeatMonitor
-
Deprecated.
Schedule a task that verifies that the connection is still alive and, if it is not, invoke a callback in order to
react to the disconnection.
- start() - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService
-
Registers EventProcessor instruction handlers to the ControlChannel for the configured
context and set the load balancing strategies through the AdminChannel for the configured
context.
- start() - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
Start the Axon Server QueryBus implementation.
- startProcessor() - Method in class org.axonframework.axonserver.connector.processor.EventProcessorControlService.AxonProcessorInstructionHandler
-
- storageEngine(EventStorageEngine) - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
-
- storageEngine() - Method in class org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
-
- StreamingEventProcessorInfoMessage - Class in org.axonframework.axonserver.connector.processor
-
Supplier of PlatformInboundInstruction that represent the status of a StreamingEventProcessor.
- streamingQuery(StreamingQueryMessage<Q, R>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
- submit(Callable<T>) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
-
- submit(Runnable, T) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
-
- submit(Runnable) - Method in class org.axonframework.axonserver.connector.util.PriorityExecutorService
-
- subscribe(String, MessageHandler<? super CommandMessage<?>>) - Method in class org.axonframework.axonserver.connector.command.AxonServerCommandBus
-
- subscribe(Consumer<List<? extends EventMessage<?>>>) - Method in class org.axonframework.axonserver.connector.event.axon.PersistentStreamMessageSource
-
- subscribe(String, Type, MessageHandler<? super QueryMessage<?, R>>) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
- SubscriptionMessageSerializer - Class in org.axonframework.axonserver.connector.query.subscription
-
Converter between Axon Framework SubscriptionQueryMessage, the initial QueryResponseMessage and the
subsequent SubscriptionQueryUpdateMessage's and Axon Server gRPC SubscriptionQuery and SubscriptionQueryResponse.
- SubscriptionMessageSerializer(Serializer, Serializer, AxonServerConfiguration) - Constructor for class org.axonframework.axonserver.connector.query.subscription.SubscriptionMessageSerializer
-
Instantiate a serializer used to convert Axon SubscriptionQueryMessages, the initial QueryResponseMessage and the subsequent SubscriptionQueryUpdateMessages into Axon Server gRPC messages
and vice versa.
- subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, SubscriptionQueryBackpressure, int) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
- subscriptionQuery(SubscriptionQueryMessage<Q, I, U>, int) - Method in class org.axonframework.axonserver.connector.query.AxonServerQueryBus
-
- suppressDownloadMessage() - Method in class org.axonframework.axonserver.connector.AxonServerConfiguration.Builder
-