Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractAxonServerChannel<OUT> - Class in io.axoniq.axonserver.connector.impl
Abstract class representing a channel with AxonServer.
AbstractAxonServerChannel(ClientIdentification, ScheduledExecutorService, AxonServerManagedChannel) - Constructor for class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
AbstractBufferedStream<T,R> - Class in io.axoniq.axonserver.connector.impl
An abstract FlowControlledBuffer and ResultStream implementation, used to provide a buffered stream of results of T when receiving a request of type R.
AbstractBufferedStream(String, int, int) - Constructor for class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
AbstractIncomingInstructionStream<IN,OUT> - Class in io.axoniq.axonserver.connector.impl
Abstract implementation of a FlowControlledStream for incoming message from AxonServer.
AbstractIncomingInstructionStream(String, int, int, Consumer<Throwable>, Consumer<CallStreamObserver<OUT>>) - Constructor for class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
ACCESS_TOKEN - Static variable in class io.axoniq.axonserver.connector.impl.Headers
A Metadata.Key defining the access token from the application sending this message.
ACK_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
ACK_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
ACK_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
ACK_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
ACK_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
ACK_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
ACTIVE_THREADS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
addAllBlacklist(Iterable<? extends PayloadDescription>) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
addAllColumn(Iterable<String>) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
addAllDetails(Iterable<String>) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
addAllIdValues(Iterable<? extends QueryValue>) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
addAllProcessingInstructions(Iterable<? extends ProcessingInstruction>) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
addAllProcessingInstructions(Iterable<? extends ProcessingInstruction>) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
addAllProcessingInstructions(Iterable<? extends ProcessingInstruction>) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
addAllProcessingInstructions(Iterable<? extends ProcessingInstruction>) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
addAllSegmentStatus(Iterable<? extends EventProcessorInfo.SegmentStatus>) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
addAllSortValues(Iterable<? extends QueryValue>) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
addBlacklist(PayloadDescription) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
addBlacklist(int, PayloadDescription) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
addBlacklist(PayloadDescription.Builder) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
addBlacklist(int, PayloadDescription.Builder) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
addBlacklistBuilder() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
addBlacklistBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
addColumn(String) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
addColumnBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
addDetails(String) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
addDetailsBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
addIdValues(QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
addIdValues(int, QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
addIdValues(QueryValue.Builder) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
addIdValues(int, QueryValue.Builder) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
addIdValuesBuilder() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
addIdValuesBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
addProcessingInstructions(ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
addProcessingInstructions(int, ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
addProcessingInstructions(ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
addProcessingInstructions(int, ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
addProcessingInstructions(ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
addProcessingInstructions(int, ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
addProcessingInstructions(ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
addProcessingInstructions(int, ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
addProcessingInstructions(ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
addProcessingInstructions(int, ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
addProcessingInstructions(ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
addProcessingInstructions(int, ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
addProcessingInstructions(ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
addProcessingInstructions(int, ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
addProcessingInstructions(ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
addProcessingInstructions(int, ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
addProcessingInstructionsBuilder() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
addProcessingInstructionsBuilder(int) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
addProcessingInstructionsBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
addProcessingInstructionsBuilder(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
addProcessingInstructionsBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
addProcessingInstructionsBuilder(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
addProcessingInstructionsBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
addProcessingInstructionsBuilder(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
addSegmentStatus(EventProcessorInfo.SegmentStatus) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
addSegmentStatus(int, EventProcessorInfo.SegmentStatus) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
addSegmentStatus(EventProcessorInfo.SegmentStatus.Builder) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
addSegmentStatus(int, EventProcessorInfo.SegmentStatus.Builder) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
addSegmentStatusBuilder() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
addSegmentStatusBuilder(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
addSortValues(QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
addSortValues(int, QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
addSortValues(QueryValue.Builder) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
addSortValues(int, QueryValue.Builder) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
addSortValuesBuilder() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
addSortValuesBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
AGGREGATE_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
AGGREGATE_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
AGGREGATE_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
AGGREGATE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Event
 
AGGREGATE_SEQUENCE_NUMBER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Event
 
AGGREGATE_TYPE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Event
 
AggregateEventStream - Interface in io.axoniq.axonserver.connector.event
A stream of Events for a single Aggregate.
ALLOW_SNAPSHOTS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
appendEvent(Event) - Method in interface io.axoniq.axonserver.connector.event.AppendEventsTransaction
Append the given event to be committed as part of this transaction.
appendEvent(Event) - Method in class io.axoniq.axonserver.connector.event.impl.AppendEventsTransactionImpl
 
appendEvent(StreamObserver<Confirmation>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Accepts a stream of Events returning a Confirmation when completed.
appendEvent(StreamObserver<Confirmation>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Accepts a stream of Events returning a Confirmation when completed.
appendEvents(Event...) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Append the given events to the Event Store.
AppendEventsTransaction - Interface in io.axoniq.axonserver.connector.event
Interface providing operations to interact with a Transaction to append events onto the Event Store.
AppendEventsTransactionImpl - Class in io.axoniq.axonserver.connector.event.impl
Implementation of the AppendEventsTransaction used to append events to the Event Store.
AppendEventsTransactionImpl(StreamObserver<Event>, CompletableFuture<Confirmation>) - Constructor for class io.axoniq.axonserver.connector.event.impl.AppendEventsTransactionImpl
Constructs a AppendEventsTransactionImpl used to append events to the Event Store.
appendSnapshot(Event) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Store the given snapshotEvent.
appendSnapshot(Event) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
appendSnapshot(Event) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreBlockingStub
Accepts a Snapshot event returning a Confirmation when completed.
appendSnapshot(Event) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreFutureStub
Accepts a Snapshot event returning a Confirmation when completed.
appendSnapshot(Event, StreamObserver<Confirmation>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Accepts a Snapshot event returning a Confirmation when completed.
appendSnapshot(Event, StreamObserver<Confirmation>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Accepts a Snapshot event returning a Confirmation when completed.
assertParameter(boolean, String) - Static method in class io.axoniq.axonserver.connector.impl.AssertUtils
Assert that the given condition is true, or otherwise throws an IllegalArgumentException with given message.
AssertUtils - Class in io.axoniq.axonserver.connector.impl
Utility class to perform assertion on method parameters.
asStream() - Method in interface io.axoniq.axonserver.connector.event.AggregateEventStream
Returns a Stream that consumes the Events from this instance.
AsyncRegistration - Class in io.axoniq.axonserver.connector.impl
Asynchronous implementation of the Registration.
AsyncRegistration(CompletableFuture<Void>, Supplier<CompletableFuture<Void>>) - Constructor for class io.axoniq.axonserver.connector.impl.AsyncRegistration
Construct a AsyncRegistration, using the given requestAck on AsyncRegistration.awaitAck(long, TimeUnit) and AsyncRegistration.onAck(Runnable), and the given cancelAction on AsyncRegistration.cancel().
authority() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
AVAILABLE_THREADS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
awaitAck(long, TimeUnit) - Method in class io.axoniq.axonserver.connector.impl.AsyncRegistration
 
awaitAck(long, TimeUnit) - Method in interface io.axoniq.axonserver.connector.Registration
Wait for the acknowledgement of the original instruction this Registration corresponds to.
awaitTermination(long, TimeUnit) - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
AxonConnectorThreadFactory - Class in io.axoniq.axonserver.connector.impl
A ThreadFactory implementation for AxonServer Connector threads.
AxonServerConnection - Interface in io.axoniq.axonserver.connector
Interface exposing available operations on a connection to AxonServer.
AxonServerConnectionFactory - Class in io.axoniq.axonserver.connector
The component which manages all the connections which an Axon client can establish with an Axon Server instance.
AxonServerConnectionFactory(AxonServerConnectionFactory.Builder) - Constructor for class io.axoniq.axonserver.connector.AxonServerConnectionFactory
Instantiates an AxonServerConnectionFactory with the given builder.
AxonServerConnectionFactory.Builder - Class in io.axoniq.axonserver.connector
Builder for AxonServerConnectionFactory instances.
AxonServerException - Exception in io.axoniq.axonserver.connector
Exception that represents an Error reported by AxonServer.
AxonServerException(ErrorMessage) - Constructor for exception io.axoniq.axonserver.connector.AxonServerException
Initialize the exception for the error reported in the given errorMessage.
AxonServerException(ErrorCategory, String, String) - Constructor for exception io.axoniq.axonserver.connector.AxonServerException
Initialize the exception for an error in the given errorCategory, explained by the given message, which occurred in given location.
AxonServerException(ErrorCategory, String, String, Throwable) - Constructor for exception io.axoniq.axonserver.connector.AxonServerException
Initialize the exception for an error in the given errorCategory, explained by the given message, which occurred in given location and caused by the given cause.
AxonServerException(ErrorCategory, String, String, List<String>, Throwable) - Constructor for exception io.axoniq.axonserver.connector.AxonServerException
Initialize the exception for an error in the given errorCategory, explained by the given message and details, which occurred in given location and caused by the given cause.
AxonServerManagedChannel - Class in io.axoniq.axonserver.connector.impl
AxonServer specific ManagedChannel implementation providing AxonServer specific connection logic.
AxonServerManagedChannel(List<ServerAddress>, ReconnectConfiguration, String, ClientIdentification, ScheduledExecutorService, BiFunction<ServerAddress, String, ManagedChannel>) - Constructor for class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel

B

beforeStart(ClientCallStreamObserver<OUT>) - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
 
beforeStart(ClientCallStreamObserver<R>) - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
 
beforeStart(ClientCallStreamObserver<OUT>) - Method in class io.axoniq.axonserver.connector.impl.FlowControlledStream
 
beforeStart(ClientCallStreamObserver<SubscriptionQueryRequest>) - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryStream
 
bindService() - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceImplBase
 
bindService() - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceImplBase
 
bindService() - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerImplBase
 
bindService() - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
 
bindService() - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceImplBase
 
BLACKLIST_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
BOOLEAN_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryValue
 
BOOLEAN_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.MetaDataValue
 
buffer() - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryStream
Returns the ResultStream buffering the QueryUpdates to this subscription query.
BufferedAggregateEventStream - Class in io.axoniq.axonserver.connector.event.impl
Buffering implementation of the AggregateEventStream used for Event Sourced Aggregates.
BufferedAggregateEventStream() - Constructor for class io.axoniq.axonserver.connector.event.impl.BufferedAggregateEventStream
Constructs a BufferedAggregateEventStream with a buffer size of 512 and a refillBatch of 16.
BufferedAggregateEventStream(int, int) - Constructor for class io.axoniq.axonserver.connector.event.impl.BufferedAggregateEventStream
Constructs a BufferedAggregateEventStream with the given bufferSize.
BufferedEventStream - Class in io.axoniq.axonserver.connector.event.impl
Buffering implementation of the EventStream used for Event processing.
BufferedEventStream(long, int, int, boolean) - Constructor for class io.axoniq.axonserver.connector.event.impl.BufferedEventStream
Construct a BufferedEventStream, starting a position trackingToken with the given bufferSize.
build() - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Builds an AxonServerConnectionFactory using the setting defined in this builder instance.
build() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceBlockingStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceFutureStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceStub
 
build() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceBlockingStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceFutureStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceStub
 
build() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerBlockingStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerFutureStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreBlockingStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreFutureStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
 
build() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceBlockingStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceFutureStub
 
build(Channel, CallOptions) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceStub
 
build() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
build() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
buildAckMessage(InstructionAck) - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
Builds a stream specific acknowledgment message of type OUT based on the given ack.
Builder(String, String) - Constructor for class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Initializes a builder with the mandatory parameters: the componentName and clientInstanceId.
buildErrorMessage(ErrorCategory, String, Throwable) - Static method in class io.axoniq.axonserver.connector.impl.MessageFactory
Build an ErrorMessage, using the given errorCategory, client and Throwable.
buildFlowControlMessage(FlowControl) - Method in class io.axoniq.axonserver.connector.event.impl.BufferedAggregateEventStream
 
buildFlowControlMessage(FlowControl) - Method in class io.axoniq.axonserver.connector.event.impl.BufferedEventStream
 
buildFlowControlMessage(FlowControl) - Method in class io.axoniq.axonserver.connector.impl.FlowControlledStream
Build a flow control message of type OUT based on the given flowControl.
buildFlowControlMessage(FlowControl) - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryStream
 
buildFlowControlMessage(FlowControl) - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryUpdateBuffer
 
buildInitialFlowControlMessage(FlowControl) - Method in class io.axoniq.axonserver.connector.event.impl.BufferedEventStream
 
buildInitialFlowControlMessage(FlowControl) - Method in class io.axoniq.axonserver.connector.impl.FlowControlledStream
Builds the initial flow control message of type OUT based on the given flowControl.
buildPartial() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
buildPartial() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
BYTES_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.MetaDataValue
 

C

cancel() - Method in interface io.axoniq.axonserver.connector.event.AggregateEventStream
Close this stream for further reading, notifying the provider of Events to stop streaming them.
cancel() - Method in class io.axoniq.axonserver.connector.event.impl.BufferedAggregateEventStream
 
cancel() - Method in class io.axoniq.axonserver.connector.impl.AsyncRegistration
 
cancel(String, Throwable) - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
cancel() - Method in class io.axoniq.axonserver.connector.impl.SyncRegistration
 
cancel() - Method in interface io.axoniq.axonserver.connector.Registration
Cancel the registration from which this instance was returned.
CANCELLED_VALUE - Static variable in enum io.axoniq.axonserver.grpc.TaskStatus
Task execution is in progress
cancelSchedule(String) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Cancels the scheduled publication of an event for which the given scheduleToken was returned.
cancelSchedule(String) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
cancelScheduledEvent(CancelScheduledEventRequest) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerBlockingStub
Cancel the publication of a scheduled event.
cancelScheduledEvent(CancelScheduledEventRequest) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerFutureStub
Cancel the publication of a scheduled event.
cancelScheduledEvent(CancelScheduledEventRequest, StreamObserver<InstructionAck>) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerImplBase
Cancel the publication of a scheduled event.
cancelScheduledEvent(CancelScheduledEventRequest, StreamObserver<InstructionAck>) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerStub
Cancel the publication of a scheduled event.
CancelScheduledEventRequest - Class in io.axoniq.axonserver.grpc.event
Request message to cancel an event
CancelScheduledEventRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request message to cancel an event
CancelScheduledEventRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
CAUGHT_UP_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
clear() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
clear() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
clearAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
clearAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
clearAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Acknowledgement of previously sent instruction via outbound stream
clearAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Acknowledgement of previously sent instruction via inbound stream
clearAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
clearAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
clearActiveThreads() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The number of threads currently actively processing Events
clearAggregateId() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The identifier of the aggregate to read events for
clearAggregateId() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The identifier to fetch the snapshots for
clearAggregateId() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
The Identifier of the Aggregate for which to load events
clearAggregateIdentifier() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The identifier of the Aggregate instance that published this event, if any
clearAggregateSequenceNumber() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The sequence number of the Event in the Aggregate instance that published it, if any
clearAggregateType() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Type of the Aggregate instance that published this Event, if any
clearAllowSnapshots() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
Whether a snapshot may be returned as first element in the stream
clearAvailableThreads() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The number of threads the processor has available to assign to Segments.
clearBlacklist() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
clearBooleanValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The boolean value
clearBooleanValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The boolean value of the Meta Data entry.
clearBytesValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The binary value of the Meta Data entry.
clearCaughtUp() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Indicates whether the Segment has "Caught Up" with the Head of the Event Stream
clearClientId() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the component dispatching this message
clearClientId() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The unique identifier of the component instance subscribing
clearClientId() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
A unique identifier for this client instance.
clearClientId() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The unique identifier of this client instance.
clearClientId() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
The ClientID of the component providing additional permits
clearClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The unique identifier of the client instance dispatching the query
clearClientId() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of the Client Instance containing the Query Handler
clearClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The identifier of the Client instance providing the Update
clearClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The identifier of the Client instance providing the Update
clearClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The identifier of the Client instance providing the Update
clearColumn() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
clearColumns() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response contains the names of the columns the response contains.
clearCommand() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
A command for this component to process
clearCommand() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name of the command the component can handle
clearCommandResponse() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Sends a result of Command processing
clearComplete() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query is complete, and no more Updates will be sent
clearCompleteExceptionally() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query failed exceptionally, and no more Updates will be sent
clearComponentName() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name/type of the component dispatching this message
clearComponentName() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name/type of the component handling the command
clearComponentName() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
The name of the component.
clearComponentName() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The component name of this client instance.
clearComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The Name of the Component dispatching the query
clearComponentName() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Component containing the Query Handler
clearComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The Component Name of the Client providing the Update
clearComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The Component Name of the Client providing the Update
clearComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Component Name of the Client providing the Update
clearData() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
clearData() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
clearData() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
clearData() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The actual data representing the object in serialized form.
clearDetails() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
clearDoubleValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The (64 bits) floating point value
clearDoubleValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The floating point value of the Meta Data entry.
clearError() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
clearError() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Set if instruction acknowledgement failed.
clearError() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Cause of instruction handling failure.
clearErrorCode() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
An error code describing the error, if any
clearErrorCode() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
An Error Code identifying the type of error
clearErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
An Error Code identifying the type of error, if any
clearErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
An Error Code identifying the type of error, if any
clearErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Code describing the type of Error that occurred
clearErrorMessage() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
A detailed description of the error
clearErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
A detailed description of the error, if any
clearErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
A detailed description of the error, if any
clearErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
A detailed description of the error, if available
clearErrorState() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Information about the error state of the Segment, if applicable.
clearEvent() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The actual Event Message
clearEvent() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
the event to publish
clearEvent() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
the event to publish
clearEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about Processors defined in the application.
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
clearFilesCompleted() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when all historic events have been included in the query results
clearFlowControl() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to increase the number of instructions AxonServer may send to this component
clearFlowControl() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Grant permits to AxonServer to send a number of messages to the client
clearFlowControl() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Allows the Server to provide additional Updates to be sent.
clearForceReadFromLeader() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
Indicates whether to force reading events from the leader node of an Axon Server.
clearForceReadFromLeader() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
Indicates whether to force querying events from the leader node of an Axon Server.
clearFromSequenceNr() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
The Sequence Number of the first event expected
clearGetInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Requests the initial result of a subscription query to be sent.
clearGrpcPort() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The port number for gRPC connections
clearHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
This heartbeat is used by AxonServer in order to check if the connection is still alive
clearHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
clearHostName() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The host name to use when connecting to this node
clearHttpPort() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The port number for HTTP connections
clearIdValues() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
clearInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Initial Response
clearInitialSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The sequence number of the first event to receive
clearInitialSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The minimal sequence number of the snapshots to retrieve
clearInstant() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
Timestamp expressed as milliseconds since epoch
clearInstant() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
timestamp when to publish the event
clearInstant() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
timestamp when to publish the event
clearInstructionId() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Instruction identifier.
clearInstructionId() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction identifier.
clearInstructionId() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Instruction identifier.
clearInstructionId() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction identifier.
clearInstructionId() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
The identifier of the instruction
clearInstructionId() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
The identifier of the instruction
clearInstructionId() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Instruction identifier.
clearInstructionId() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Instruction identifier.
clearIsStreamingProcessor() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor is a Streaming Event Processor.
clearKey() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The type of processing message.
clearLiveEvents() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
Whether to keep the query running against incoming events once the Head of the Stream is reached
clearLoadFactor() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
A number that represents the client's relative load capacity compared to other clients.
clearLocation() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A description of the location (client component, server) where the error occurred
clearMaxResults() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The maximum number of results to stream
clearMaxSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The maximum sequence number (inclusive) of the events to retrieve, 0 means up to last event
clearMaxSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The maximum sequence number of the snapshots to retrieve
clearMergeEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to merge two Segments in a Streaming Event Processor
clearMessage() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A human readable message explaining the error
clearMessageId() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
A unique identifier for this subscription.
clearMessageId() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
A unique identifier for this message
clearMessageId() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of this Message
clearMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the Command Message
clearMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the response message
clearMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The unique identifier of this event
clearMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The message ID of the incoming Query
clearMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Response Message
clearMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The unique identifier of this Update
clearMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The unique identifier for this message
clearMetaData() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
clearMetaData() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
clearMetaData() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
clearMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
clearMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
clearMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
clearMinToken() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
Hint for a minimum token to search events from
clearMode() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
clearName() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name of the command, used for routing it to a destination capable of handling it
clearNodeName() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The unique name of the node to connect with, for purpose of debugging
clearNodeNotification() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
clearNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The number of messages the server may send before it needs to wait for more permits
clearNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
The number of results AxonServer may send before new permits need to be provided
clearNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The number of messages the Server may send before needing to await additional permits
clearNumberValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The (64 bits) integer value
clearNumberValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The numeric value of the Meta Data entry.
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
clearOnePartOf() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The fraction this segment processes.
clearPauseEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Pause a Streaming Event Processor.
clearPayload() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The payload of the Command, providing details on the instructions for the recipient
clearPayload() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The payload to provide as a result to the dispatcher
clearPayload() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Payload of the Event
clearPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
A payload accompanying the Query
clearPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The Payload of the Response Message
clearPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The object representing the Update
clearPermits() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
The number of permits to provide
clearPrimary() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
The connection details of the node the client should connect with
clearProcessingInstructions() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
clearProcessingInstructions() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
clearProcessingInstructions() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
clearProcessingInstructions() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
clearProcessor() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The name of the processor requesting this stream.
clearProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The logical name of this processor.
clearProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
The name of the Event Processor
clearProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
The name of the Event Processor
clearQuery() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
The query to execute against the Event Stream
clearQuery() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Query, for which this component is expected to provide a response
clearQuery() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The name of the Query to execute
clearQuery() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Query the Handler is subscribed to
clearQueryComplete() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Indicator that all responses for Query have been sent
clearQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The Query describing the desire for information
clearQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a Response to a Query received via the inbound stream
clearQuerySnapshots() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
If true, snapshots will be queried instead of events
clearRegister() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about the client being connected.
clearReleaseSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
clearReplaying() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Indicates whether the Segment is "Replaying" historic events after a Reset.
clearRequest() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
clearRequest() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
clearRequest() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
clearRequest() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
clearRequest() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
clearRequest() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
clearRequest() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
clearRequestEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer for status information of a specific Streaming Event Processor
clearRequestId() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
The identifier of the incoming query to complete
clearRequestIdentifier() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the Command Message for which this is the response
clearRequestIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Query to which this is a response
clearRequestReconnect() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer to the Application to migrate its connection to another node.
clearResponse() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
clearResponseType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
An object describing the expectations of the Response Type
clearResult() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
The result of the execution of an instruction
clearResultName() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The type of Result this Handler produces
clearRevision() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The revision of the Payload Type
clearRevision() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The revision of the serialized form of the given type.
clearRow() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response message contains results of the Query
clearRunning() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor is running
clearSameConnection() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
Flag indicating that the connection may be reused to connect.
clearSegmentId() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The ID of the Segment for which the status is reported
clearSegmentIdentifier() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
The identifier of the Segment
clearSegmentStatus() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
clearSnapshot() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
Flag indicating whether the Event is a snapshot Event
clearSortValues() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
clearSplitEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to split a Segment in a Streaming Event Processor
clearStartEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Start a Streaming Event Processor.
clearSubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to subscribe this component as handler of a specific type of command
clearSubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Registers a Query Handler with AxonServer
clearSubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Start a Subscription Query with the given details.
clearSubscriptionIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A unique identifier for this subscription
clearSubscriptionIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The identifier of the subscription query this is a response for
clearSubscriptionQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
clearSubscriptionQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a response for a Subscription Query that has been received via the inbound stream
clearSuccess() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
True when successful, otherwise false
clearSuccess() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Indicator whether the instruction was acknowledged successfully
clearSuccess() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Indicator whether the instruction was processed successfully
clearTags() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
clearTextValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The text value
clearTextValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The text value of the Meta Data entry.
clearTimestamp() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The time at which the command was dispatched
clearTimestamp() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The timestamp of the Event
clearTimestamp() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The timestamp of the Query creation
clearToken() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
token of scheduled event to cancel
clearToken() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The Token representing the position of this Event in the Stream
clearToken() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
optional token of scheduled event to cancel
clearToken() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
Field defining the token identifier
clearToken() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
The value of the Token
clearTokenPosition() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The approximate position of the token in the stream.
clearTokenStoreIdentifier() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The Token Store Identifier if available.
clearToSequenceNr() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
The sequence number of the latest event
clearTrackingToken() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The token to start streaming from
clearType() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The type identifier of the Payload
clearType() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The type identifier of the serialized object.
clearUnsubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to unsubscribe this component as handler of a specific type of command
clearUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Unregisters a Query Handler with AxonServer
clearUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Ends a previously started Subscription Query with the given details
clearUpdate() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Update Response
clearUpdateResponseType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A description of the type of Object expected as Update Responses
clearValue() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The value associated with the processing key.
clearValues() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
clearVersion() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Axon framework version used by the client application instance
clearVersion() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The version identifier of the API
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.Command
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.FlowControl
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
CLIENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
clientId() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledStream
Return the client identifier which has initiated this stream.
ClientIdentification - Class in io.axoniq.axonserver.grpc.control
Message containing details about the Client Application
ClientIdentification.Builder - Class in io.axoniq.axonserver.grpc.control
Message containing details about the Client Application
ClientIdentificationOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
clientTag(String, String) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Configures an additional Tag with given key and value which describes this client.
clientTags(Map<String, String>) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Configures the given additionalClientTags which describe this client.
clone() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
clone() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
close() - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
close() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
 
close() - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryUpdateBuffer
 
close() - Method in interface io.axoniq.axonserver.connector.ResultStream
Requests the current stream to be closed.
COLUMN_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
columns() - Method in interface io.axoniq.axonserver.connector.event.EventQueryResultEntry
The list of columns returned by the query.
COLUMNS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
ColumnsResponse - Class in io.axoniq.axonserver.grpc.event
Message containing the names of the columns returned in a Query
ColumnsResponse.Builder - Class in io.axoniq.axonserver.grpc.event
Message containing the names of the columns returned in a Query
ColumnsResponseOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
Command - Class in io.axoniq.axonserver.grpc.command
A message representing a Command that needs to be routed to a component capable of handling it
Command.Builder - Class in io.axoniq.axonserver.grpc.command
A message representing a Command that needs to be routed to a component capable of handling it
COMMAND_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
COMMAND_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
COMMAND_RESPONSE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
commandChannel() - Method in interface io.axoniq.axonserver.connector.AxonServerConnection
Returns the channel on which Command related interactions can be performed with AxonServer.
CommandChannel - Interface in io.axoniq.axonserver.connector.command
Communication channel with AxonServer for Command related interactions.
commandChannel() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
 
CommandChannelImpl - Class in io.axoniq.axonserver.connector.command.impl
CommandChannel implementation, serving as the command connection between AxonServer and a client application.
CommandChannelImpl(ClientIdentification, String, int, int, ScheduledExecutorService, AxonServerManagedChannel) - Constructor for class io.axoniq.axonserver.connector.command.impl.CommandChannelImpl
Constructs a CommandChannelImpl.
CommandOrBuilder - Interface in io.axoniq.axonserver.grpc.command
 
CommandOuterClass - Class in io.axoniq.axonserver.grpc.command
 
commandPermits(int) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Sets the number of messages that a Command Handler may receive before any of them have been processed.
CommandProviderInbound - Class in io.axoniq.axonserver.grpc.command
An instruction or confirmation from AxonServer towards the component that provides the Command Handler
CommandProviderInbound.Builder - Class in io.axoniq.axonserver.grpc.command
An instruction or confirmation from AxonServer towards the component that provides the Command Handler
CommandProviderInbound.RequestCase - Enum in io.axoniq.axonserver.grpc.command
 
CommandProviderInboundOrBuilder - Interface in io.axoniq.axonserver.grpc.command
 
CommandProviderOutbound - Class in io.axoniq.axonserver.grpc.command
An instruction from the components that provides the Command Handler towards AxonServer.
CommandProviderOutbound.Builder - Class in io.axoniq.axonserver.grpc.command
An instruction from the components that provides the Command Handler towards AxonServer.
CommandProviderOutbound.RequestCase - Enum in io.axoniq.axonserver.grpc.command
 
CommandProviderOutboundOrBuilder - Interface in io.axoniq.axonserver.grpc.command
 
CommandResponse - Class in io.axoniq.axonserver.grpc.command
Message representing the result of Command Handler execution
CommandResponse.Builder - Class in io.axoniq.axonserver.grpc.command
Message representing the result of Command Handler execution
CommandResponseOrBuilder - Interface in io.axoniq.axonserver.grpc.command
 
CommandServiceGrpc - Class in io.axoniq.axonserver.grpc.command
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
CommandServiceGrpc.CommandServiceBlockingStub - Class in io.axoniq.axonserver.grpc.command
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
CommandServiceGrpc.CommandServiceFutureStub - Class in io.axoniq.axonserver.grpc.command
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
CommandServiceGrpc.CommandServiceImplBase - Class in io.axoniq.axonserver.grpc.command
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
CommandServiceGrpc.CommandServiceStub - Class in io.axoniq.axonserver.grpc.command
The CommandService defines the gRPC requests necessary for subscribing command handlers, and dispatching commands.
CommandServiceImplBase() - Constructor for class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceImplBase
 
CommandSubscription - Class in io.axoniq.axonserver.grpc.command
Message describing a component's capability of handling a command type
CommandSubscription.Builder - Class in io.axoniq.axonserver.grpc.command
Message describing a component's capability of handling a command type
CommandSubscriptionOrBuilder - Interface in io.axoniq.axonserver.grpc.command
 
commit() - Method in interface io.axoniq.axonserver.connector.event.AppendEventsTransaction
Commit this transaction, appending all registered events into the Event Store.
commit() - Method in class io.axoniq.axonserver.connector.event.impl.AppendEventsTransactionImpl
 
Common - Class in io.axoniq.axonserver.grpc
 
complete() - Method in class io.axoniq.axonserver.connector.impl.ForwardingReplyChannel
 
complete() - Method in interface io.axoniq.axonserver.connector.query.QueryHandler.UpdateHandler
Indicates the subscription query has completed, meaning no more updates are to be expected.
complete() - Method in interface io.axoniq.axonserver.connector.ReplyChannel
Marks the inbound instruction as completed.
COMPLETE_EXCEPTIONALLY_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
COMPLETE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
COMPLETED_VALUE - Static variable in enum io.axoniq.axonserver.grpc.TaskStatus
Task execution completed successfully
completeWithError(ErrorMessage) - Method in class io.axoniq.axonserver.connector.impl.ForwardingReplyChannel
 
completeWithError(ErrorCategory, String) - Method in class io.axoniq.axonserver.connector.impl.ForwardingReplyChannel
 
completeWithError(ErrorMessage) - Method in interface io.axoniq.axonserver.connector.ReplyChannel
Marks the inbound instruction as exceptionally completed.
completeWithError(ErrorCategory, String) - Method in interface io.axoniq.axonserver.connector.ReplyChannel
Marks the inbound instruction as exceptionally completed.
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.Command
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
COMPONENT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
Confirmation - Class in io.axoniq.axonserver.grpc.event
A confirmation to a request from the client
Confirmation.Builder - Class in io.axoniq.axonserver.grpc.event
A confirmation to a request from the client
ConfirmationOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
connect(String) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory
Connects to the given context using the settings defined in this ConnectionFactory.
connect() - Method in class io.axoniq.axonserver.connector.command.impl.CommandChannelImpl
 
connect() - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
connect() - Method in class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
Connect this channel with AxonServer.
connect() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
Ensure there is a connection with the ControlChannel this connection provides.
connect() - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
connect() - Method in class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
 
connectTimeout(long, TimeUnit) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Sets the timeout within which a connection has to be established with an AxonServer instance.
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Meta Data entries of the Command Message, providing contextual information to the recipient
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.command.Command
Meta Data entries of the Command Message, providing contextual information to the recipient
containsMetaData(String) - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Meta Data entries of the Command Message, providing contextual information to the recipient
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Any meta data entries providing contextual information back to the dispatcher
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Any meta data entries providing contextual information back to the dispatcher
containsMetaData(String) - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Any meta data entries providing contextual information back to the dispatcher
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Meta Data of the Event
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.event.Event
The Meta Data of the Event
containsMetaData(String) - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Meta Data of the Event
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Meta Data providing contextual information of the Query
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Meta Data providing contextual information of the Query
containsMetaData(String) - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Meta Data providing contextual information of the Query
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any Meta Data describing the context of the Response Message
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any Meta Data describing the context of the Response Message
containsMetaData(String) - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any Meta Data describing the context of the Response Message
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Meta Data providing contextual information of the Update
containsMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
Meta Data providing contextual information of the Update
containsMetaData(String) - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
Meta Data providing contextual information of the Update
containsTags(String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Any tags associated with the client, which may provide hints and preferences for setting up connections
containsTags(String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
Any tags associated with the client, which may provide hints and preferences for setting up connections
containsTags(String) - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
Any tags associated with the client, which may provide hints and preferences for setting up connections
containsValues(String) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The actual data values for each of the columns, as a column name -> value mapping
containsValues(String) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The actual data values for each of the columns, as a column name -> value mapping
containsValues(String) - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The actual data values for each of the columns, as a column name -> value mapping
CONTEXT - Static variable in class io.axoniq.axonserver.connector.impl.Headers
A Metadata.Key defining the context from within which a message will be send.
ContextConnection - Class in io.axoniq.axonserver.connector.impl
Implementation of the AxonServerConnection, carrying context information with the overall connection.
ContextConnection(ClientIdentification, ScheduledExecutorService, AxonServerManagedChannel, long, int, int, String, Consumer<ContextConnection>) - Constructor for class io.axoniq.axonserver.connector.impl.ContextConnection
Construct a ContextConnection carrying context information.
Control - Class in io.axoniq.axonserver.grpc.control
 
controlChannel() - Method in interface io.axoniq.axonserver.connector.AxonServerConnection
Returns the channel on which platform control messages can be sent and received.
ControlChannel - Interface in io.axoniq.axonserver.connector.control
Communication channel for interactions with AxonServer related to control messages and statistics.
controlChannel() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
 
ControlChannelImpl - Class in io.axoniq.axonserver.connector.impl
ControlChannel implementation, serving as the overall control and instruction connection between AxonServer and a client application.
ControlChannelImpl(ClientIdentification, String, ScheduledExecutorService, AxonServerManagedChannel, long, Runnable) - Constructor for class io.axoniq.axonserver.connector.impl.ControlChannelImpl
Constructs a ControlChannelImpl.
customize(UnaryOperator<ManagedChannelBuilder<?>>) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Registers the given customization, which configures the underling ManagedChannelBuilder used to set up connections to AxonServer.

D

DATA_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.SerializedObject
 
DETAILS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.ErrorMessage
 
disableAutoInboundFlowControl() - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
disableAutoRequestWithInitial(int) - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
disableHeartbeat() - Method in interface io.axoniq.axonserver.connector.control.ControlChannel
Disable any previously enabled heartbeats.
disableHeartbeat() - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
disableHeartbeat() - Method in class io.axoniq.axonserver.connector.impl.HeartbeatMonitor
Turn off heartbeat sending by this HeartbeatMonitor.
disconnect() - Method in interface io.axoniq.axonserver.connector.AxonServerConnection
Disconnects all communication channels and terminates any active network connections to AxonServer.
disconnect() - Method in class io.axoniq.axonserver.connector.command.impl.CommandChannelImpl
 
disconnect() - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
disconnect() - Method in class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
Disconnect this channel from AxonServer.
disconnect() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
 
disconnect() - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
disconnect() - Method in class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
 
dispatch(Command) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceBlockingStub
Dispatches the given command, returning the result of command execution
dispatch(Command) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceFutureStub
Dispatches the given command, returning the result of command execution
dispatch(Command, StreamObserver<CommandResponse>) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceImplBase
Dispatches the given command, returning the result of command execution
dispatch(Command, StreamObserver<CommandResponse>) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceStub
Dispatches the given command, returning the result of command execution
doIfNotNull(T, Consumer<T>) - Static method in class io.axoniq.axonserver.connector.impl.ObjectUtils
Performs the given action consuming the given instance, granted that it is not null.
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryValue
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.MetaDataValue
 

E

enableFlowControl() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledStream
Enables flow control for this stream.
enableFlowControl() - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryStream
 
enableHeartbeat(long, long, TimeUnit) - Method in interface io.axoniq.axonserver.connector.control.ControlChannel
Enables sending heartbeat message to validate that the connection to AxonServer is alive.
enableHeartbeat(long, long, TimeUnit) - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
enableHeartbeat(long, long, TimeUnit) - Method in class io.axoniq.axonserver.connector.impl.HeartbeatMonitor
Turn on heartbeat sending by this HeartbeatMonitor.
enterIdle() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
equals(Object) - Method in class io.axoniq.axonserver.connector.impl.ServerAddress
 
equals(Object) - Method in class io.axoniq.axonserver.connector.query.QueryDefinition
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.command.Command
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.Event
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.FlowControl
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
equals(Object) - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
ERROR_CODE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandResponse
 
ERROR_CODE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.ErrorMessage
 
ERROR_CODE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryResponse
 
ERROR_CODE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
ERROR_CODE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
ERROR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
ERROR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.InstructionAck
 
ERROR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.InstructionResult
 
ERROR_MESSAGE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandResponse
 
ERROR_MESSAGE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryResponse
 
ERROR_MESSAGE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
ERROR_MESSAGE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
ERROR_STATE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
ErrorCategory - Enum in io.axoniq.axonserver.connector
Converts an Axon Server Error to the relevant Axon framework exception.
errorCode() - Method in enum io.axoniq.axonserver.connector.ErrorCategory
 
ErrorMessage - Class in io.axoniq.axonserver.grpc
Message containing details of an error
ErrorMessage.Builder - Class in io.axoniq.axonserver.grpc
Message containing details of an error
ErrorMessageOrBuilder - Interface in io.axoniq.axonserver.grpc
 
Event - Class in io.axoniq.axonserver.grpc.event
Message containing the information of an Event
Event.Builder - Class in io.axoniq.axonserver.grpc.event
Message containing the information of an Event
EVENT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.EventWithToken
 
EVENT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
EVENT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
EVENT_PROCESSOR_INFO_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
eventChannel() - Method in interface io.axoniq.axonserver.connector.AxonServerConnection
Returns the channel on which Event related interactions can be performed with AxonServer.
EventChannel - Interface in io.axoniq.axonserver.connector.event
Communication channel for Event related interactions with AxonServer.
eventChannel() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
 
EventChannelImpl - Class in io.axoniq.axonserver.connector.event.impl
EventChannel implementation, serving as the event connection between AxonServer and a client application.
EventChannelImpl(ClientIdentification, ScheduledExecutorService, AxonServerManagedChannel) - Constructor for class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
Constructs a EventChannelImpl.
EventOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
EventOuterClass - Class in io.axoniq.axonserver.grpc.event
 
EventProcessorInfo - Class in io.axoniq.axonserver.grpc.control
Message containing information about the status of an Event Processor
EventProcessorInfo.Builder - Class in io.axoniq.axonserver.grpc.control
Message containing information about the status of an Event Processor
EventProcessorInfo.SegmentStatus - Class in io.axoniq.axonserver.grpc.control
Message containing information about the status of a Segment of a Streaming Event Processor
EventProcessorInfo.SegmentStatus.Builder - Class in io.axoniq.axonserver.grpc.control
Message containing information about the status of a Segment of a Streaming Event Processor
EventProcessorInfo.SegmentStatusOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
EventProcessorInfoOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
EventProcessorReference - Class in io.axoniq.axonserver.grpc.control
Message providing reference to an Event Processor
EventProcessorReference.Builder - Class in io.axoniq.axonserver.grpc.control
Message providing reference to an Event Processor
EventProcessorReferenceOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
EventProcessorSegmentReference - Class in io.axoniq.axonserver.grpc.control
Message providing reference to a Segment of an Event Processor
EventProcessorSegmentReference.Builder - Class in io.axoniq.axonserver.grpc.control
Message providing reference to a Segment of an Event Processor
EventProcessorSegmentReferenceOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
EventQueryResultEntry - Interface in io.axoniq.axonserver.connector.event
Represents a single result from an Event Query.
EventSchedulerGrpc - Class in io.axoniq.axonserver.grpc.event
Service to use AxonServer as a provider of an EventScheduler
EventSchedulerGrpc.EventSchedulerBlockingStub - Class in io.axoniq.axonserver.grpc.event
Service to use AxonServer as a provider of an EventScheduler
EventSchedulerGrpc.EventSchedulerFutureStub - Class in io.axoniq.axonserver.grpc.event
Service to use AxonServer as a provider of an EventScheduler
EventSchedulerGrpc.EventSchedulerImplBase - Class in io.axoniq.axonserver.grpc.event
Service to use AxonServer as a provider of an EventScheduler
EventSchedulerGrpc.EventSchedulerStub - Class in io.axoniq.axonserver.grpc.event
Service to use AxonServer as a provider of an EventScheduler
EventSchedulerImplBase() - Constructor for class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerImplBase
 
EventStoreGrpc - Class in io.axoniq.axonserver.grpc.event
Service providing operations against the EventStore functionality of Axon Server
EventStoreGrpc.EventStoreBlockingStub - Class in io.axoniq.axonserver.grpc.event
Service providing operations against the EventStore functionality of Axon Server
EventStoreGrpc.EventStoreFutureStub - Class in io.axoniq.axonserver.grpc.event
Service providing operations against the EventStore functionality of Axon Server
EventStoreGrpc.EventStoreImplBase - Class in io.axoniq.axonserver.grpc.event
Service providing operations against the EventStore functionality of Axon Server
EventStoreGrpc.EventStoreStub - Class in io.axoniq.axonserver.grpc.event
Service providing operations against the EventStore functionality of Axon Server
EventStoreImplBase() - Constructor for class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
 
EventStream - Interface in io.axoniq.axonserver.connector.event
Represents a stream of Events.
EventWithToken - Class in io.axoniq.axonserver.grpc.event
Message wrapping an Event and a Tracking Token
EventWithToken.Builder - Class in io.axoniq.axonserver.grpc.event
Message wrapping an Event and a Tracking Token
EventWithTokenOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
excludePayloadType(String, String) - Method in interface io.axoniq.axonserver.connector.event.EventStream
Instructs AxonServer to not send messages with the given payloadType and revision.
excludePayloadType(String, String) - Method in class io.axoniq.axonserver.connector.event.impl.BufferedEventStream
 

F

FAILED_VALUE - Static variable in enum io.axoniq.axonserver.grpc.TaskStatus
Task execution failed with non transient exception
FILES_COMPLETED_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
findHighestSequence(String) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Find the highest sequence number (i.e.
findHighestSequence(String) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
FLOW_CONTROL_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
FLOW_CONTROL_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
FLOW_CONTROL_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
FlowControl - Class in io.axoniq.axonserver.grpc
Message used for Flow Control instruction, providing the counterpart with additional permits for sending messages
FlowControl.Builder - Class in io.axoniq.axonserver.grpc
Message used for Flow Control instruction, providing the counterpart with additional permits for sending messages
FlowControlledBuffer<T,R> - Class in io.axoniq.axonserver.connector.impl
Abstract implementation of the FlowControlledStream, adding buffering logic to the flow controlled stream.
FlowControlledBuffer(String, int, int) - Constructor for class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Constructs a FlowControlledBuffer.
FlowControlledStream<IN,OUT> - Class in io.axoniq.axonserver.connector.impl
Abstract implementation of a ClientResponseObserver providing flow control.
FlowControlledStream(String, int, int) - Constructor for class io.axoniq.axonserver.connector.impl.FlowControlledStream
Constructs a FlowControlledStream.
FlowControlOrBuilder - Interface in io.axoniq.axonserver.grpc
 
FORCE_READ_FROM_LEADER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
FORCE_READ_FROM_LEADER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
forceReconnectViaRoutingServers(boolean) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Indicates whether the connector should always reconnect via the Routing Servers.
forClient(String) - Static method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory
Returns a builder to configure a ConnectionFactory instance for the given componentName.
forClient(String, String) - Static method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory
Returns a builder to configure a ConnectionFactory instance for the given componentName and clientInstanceId.
forInstanceId(String) - Static method in class io.axoniq.axonserver.connector.impl.AxonConnectorThreadFactory
Constructs an AxonConnectorThreadFactory using the given instanceId as part of the thread group.
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.command.CommandProviderInbound.RequestCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.command.CommandProviderOutbound.RequestCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.RequestCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.RequestCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.event.QueryEventsResponse.DataCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.event.QueryValue.DataCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.MetaDataValue.DataCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.ProcessingKey
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.query.QueryProviderInbound.RequestCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.query.QueryProviderOutbound.RequestCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.RequestCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.ResponseCase
 
forNumber(int) - Static method in enum io.axoniq.axonserver.grpc.TaskStatus
 
ForwardingReplyChannel<T> - Class in io.axoniq.axonserver.connector.impl
ForwardingReplyChannel(String, String, StreamObserver<T>, Function<InstructionAck, T>, Runnable) - Constructor for class io.axoniq.axonserver.connector.impl.ForwardingReplyChannel
Construct a ForwardingReplyChannel to forward replies to the given stream.
FROM_SEQUENCE_NR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
FutureStreamObserver<T> - Class in io.axoniq.axonserver.connector.impl
An implementation of both a CompletableFuture and StreamObserver.
FutureStreamObserver(T) - Constructor for class io.axoniq.axonserver.connector.impl.FutureStreamObserver
Construct a FutureStreamObserver, using the given valueWhenNoResult if no result is returned.
FutureStreamObserver(Throwable) - Constructor for class io.axoniq.axonserver.connector.impl.FutureStreamObserver
Construct a FutureStreamObserver, using the given valueWhenNoResult if no result is returned.

G

GET_INITIAL_RESULT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
getAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Acknowledgement of previously sent instruction via inbound stream
getAck() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Acknowledgement of previously sent instruction via inbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Acknowledgement of previously sent instruction via inbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Acknowledgement of previously sent instruction via inbound stream
getAck() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Acknowledgement of previously sent instruction via inbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Acknowledgement of previously sent instruction via outbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
getAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Acknowledgement of previously sent instruction via inbound stream
getAck() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Acknowledgement of previously sent instruction via inbound stream
getAckBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
getAckBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
getAckBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Acknowledgement of previously sent instruction via outbound stream
getAckBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Acknowledgement of previously sent instruction via inbound stream
getAckBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
getAckBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Acknowledgement of previously sent instruction via outbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Acknowledgement of previously sent instruction via inbound stream
getAckOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Acknowledgement of previously sent instruction via inbound stream
getActiveThreads() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The number of threads currently actively processing Events
getActiveThreads() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
The number of threads currently actively processing Events
getActiveThreads() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
The number of threads currently actively processing Events
GetAggregateEventsRequest - Class in io.axoniq.axonserver.grpc.event
Request describing the desire to read events for a specific Aggregate
GetAggregateEventsRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request describing the desire to read events for a specific Aggregate
GetAggregateEventsRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
getAggregateId() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The identifier of the aggregate to read events for
getAggregateId() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
The identifier of the aggregate to read events for
getAggregateId() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateEventsRequestOrBuilder
The identifier of the aggregate to read events for
getAggregateId() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The identifier to fetch the snapshots for
getAggregateId() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
The identifier to fetch the snapshots for
getAggregateId() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequestOrBuilder
The identifier to fetch the snapshots for
getAggregateId() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
The Identifier of the Aggregate for which to load events
getAggregateId() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
The Identifier of the Aggregate for which to load events
getAggregateId() - Method in interface io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequestOrBuilder
The Identifier of the Aggregate for which to load events
getAggregateIdBytes() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The identifier of the aggregate to read events for
getAggregateIdBytes() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
The identifier of the aggregate to read events for
getAggregateIdBytes() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateEventsRequestOrBuilder
The identifier of the aggregate to read events for
getAggregateIdBytes() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The identifier to fetch the snapshots for
getAggregateIdBytes() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
The identifier to fetch the snapshots for
getAggregateIdBytes() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequestOrBuilder
The identifier to fetch the snapshots for
getAggregateIdBytes() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
The Identifier of the Aggregate for which to load events
getAggregateIdBytes() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
The Identifier of the Aggregate for which to load events
getAggregateIdBytes() - Method in interface io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequestOrBuilder
The Identifier of the Aggregate for which to load events
getAggregateIdentifier() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The identifier of the Aggregate instance that published this event, if any
getAggregateIdentifier() - Method in class io.axoniq.axonserver.grpc.event.Event
The identifier of the Aggregate instance that published this event, if any
getAggregateIdentifier() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The identifier of the Aggregate instance that published this event, if any
getAggregateIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The identifier of the Aggregate instance that published this event, if any
getAggregateIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.event.Event
The identifier of the Aggregate instance that published this event, if any
getAggregateIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The identifier of the Aggregate instance that published this event, if any
getAggregateSequenceNumber() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The sequence number of the Event in the Aggregate instance that published it, if any
getAggregateSequenceNumber() - Method in class io.axoniq.axonserver.grpc.event.Event
The sequence number of the Event in the Aggregate instance that published it, if any
getAggregateSequenceNumber() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The sequence number of the Event in the Aggregate instance that published it, if any
GetAggregateSnapshotsRequest - Class in io.axoniq.axonserver.grpc.event
Request message to retrieve Snapshot Events for a specific Aggregate instance
GetAggregateSnapshotsRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request message to retrieve Snapshot Events for a specific Aggregate instance
GetAggregateSnapshotsRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
getAggregateType() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Type of the Aggregate instance that published this Event, if any
getAggregateType() - Method in class io.axoniq.axonserver.grpc.event.Event
The Type of the Aggregate instance that published this Event, if any
getAggregateType() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Type of the Aggregate instance that published this Event, if any
getAggregateTypeBytes() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Type of the Aggregate instance that published this Event, if any
getAggregateTypeBytes() - Method in class io.axoniq.axonserver.grpc.event.Event
The Type of the Aggregate instance that published this Event, if any
getAggregateTypeBytes() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Type of the Aggregate instance that published this Event, if any
getAllowSnapshots() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
Whether a snapshot may be returned as first element in the stream
getAllowSnapshots() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
Whether a snapshot may be returned as first element in the stream
getAllowSnapshots() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateEventsRequestOrBuilder
Whether a snapshot may be returned as first element in the stream
getAppendEventMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getAppendSnapshotMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getAvailableThreads() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The number of threads the processor has available to assign to Segments.
getAvailableThreads() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
The number of threads the processor has available to assign to Segments.
getAvailableThreads() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
The number of threads the processor has available to assign to Segments.
getBlacklist(int) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
getBlacklist(int) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
An enumeration of payload types that need to be blacklisted.
getBlacklist(int) - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
An enumeration of payload types that need to be blacklisted.
getBlacklistBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
getBlacklistBuilderList() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
getBlacklistCount() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
getBlacklistCount() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
An enumeration of payload types that need to be blacklisted.
getBlacklistCount() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
An enumeration of payload types that need to be blacklisted.
getBlacklistList() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
getBlacklistList() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
An enumeration of payload types that need to be blacklisted.
getBlacklistList() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
An enumeration of payload types that need to be blacklisted.
getBlacklistOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
getBlacklistOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
An enumeration of payload types that need to be blacklisted.
getBlacklistOrBuilder(int) - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
An enumeration of payload types that need to be blacklisted.
getBlacklistOrBuilderList() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
getBlacklistOrBuilderList() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
An enumeration of payload types that need to be blacklisted.
getBlacklistOrBuilderList() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
An enumeration of payload types that need to be blacklisted.
getBooleanValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The boolean value
getBooleanValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
The boolean value
getBooleanValue() - Method in interface io.axoniq.axonserver.grpc.event.QueryValueOrBuilder
The boolean value
getBooleanValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The boolean value of the Meta Data entry.
getBooleanValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
The boolean value of the Meta Data entry.
getBooleanValue() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
The boolean value of the Meta Data entry.
getBytesValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The binary value of the Meta Data entry.
getBytesValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
The binary value of the Meta Data entry.
getBytesValue() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
The binary value of the Meta Data entry.
getBytesValueBuilder() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The binary value of the Meta Data entry.
getBytesValueOrBuilder() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The binary value of the Meta Data entry.
getBytesValueOrBuilder() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
The binary value of the Meta Data entry.
getBytesValueOrBuilder() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
The binary value of the Meta Data entry.
getCancelScheduledEventMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc
 
getCaughtUp() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Indicates whether the Segment has "Caught Up" with the Head of the Event Stream
getCaughtUp() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
Indicates whether the Segment has "Caught Up" with the Head of the Event Stream
getCaughtUp() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatusOrBuilder
Indicates whether the Segment has "Caught Up" with the Head of the Event Stream
getClientId() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the component dispatching this message
getClientId() - Method in class io.axoniq.axonserver.grpc.command.Command
The unique identifier of the component dispatching this message
getClientId() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The unique identifier of the component dispatching this message
getClientId() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The unique identifier of the component instance subscribing
getClientId() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
The unique identifier of the component instance subscribing
getClientId() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
The unique identifier of the component instance subscribing
getClientId() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
A unique identifier for this client instance.
getClientId() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
A unique identifier for this client instance.
getClientId() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
A unique identifier for this client instance.
getClientId() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The unique identifier of this client instance.
getClientId() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
The unique identifier of this client instance.
getClientId() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
The unique identifier of this client instance.
getClientId() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
The ClientID of the component providing additional permits
getClientId() - Method in class io.axoniq.axonserver.grpc.FlowControl
The ClientID of the component providing additional permits
getClientId() - Method in interface io.axoniq.axonserver.grpc.FlowControlOrBuilder
The ClientID of the component providing additional permits
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The unique identifier of the client instance dispatching the query
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The unique identifier of the client instance dispatching the query
getClientId() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The unique identifier of the client instance dispatching the query
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of the Client Instance containing the Query Handler
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The unique identifier of the Client Instance containing the Query Handler
getClientId() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The unique identifier of the Client Instance containing the Query Handler
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The identifier of the Client instance providing the Update
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The identifier of the Client instance providing the Update
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The identifier of the Client instance providing the Update
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
The identifier of the Client instance providing the Update
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The identifier of the Client instance providing the Update
getClientId() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
The identifier of the Client instance providing the Update
getClientId() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
The identifier of the Client instance providing the Update
getClientId() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteOrBuilder
The identifier of the Client instance providing the Update
getClientId() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the component dispatching this message
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.command.Command
The unique identifier of the component dispatching this message
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The unique identifier of the component dispatching this message
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The unique identifier of the component instance subscribing
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
The unique identifier of the component instance subscribing
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
The unique identifier of the component instance subscribing
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
A unique identifier for this client instance.
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
A unique identifier for this client instance.
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
A unique identifier for this client instance.
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The unique identifier of this client instance.
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
The unique identifier of this client instance.
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
The unique identifier of this client instance.
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
The ClientID of the component providing additional permits
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.FlowControl
The ClientID of the component providing additional permits
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.FlowControlOrBuilder
The ClientID of the component providing additional permits
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The unique identifier of the client instance dispatching the query
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The unique identifier of the client instance dispatching the query
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The unique identifier of the client instance dispatching the query
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of the Client Instance containing the Query Handler
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The unique identifier of the Client Instance containing the Query Handler
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The unique identifier of the Client Instance containing the Query Handler
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteOrBuilder
The identifier of the Client instance providing the Update
getClientIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The identifier of the Client instance providing the Update
getColumn(int) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
getColumn(int) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
The names of the columns provided in the query
getColumn(int) - Method in interface io.axoniq.axonserver.grpc.event.ColumnsResponseOrBuilder
The names of the columns provided in the query
getColumnBytes(int) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
getColumnBytes(int) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
The names of the columns provided in the query
getColumnBytes(int) - Method in interface io.axoniq.axonserver.grpc.event.ColumnsResponseOrBuilder
The names of the columns provided in the query
getColumnCount() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
getColumnCount() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
The names of the columns provided in the query
getColumnCount() - Method in interface io.axoniq.axonserver.grpc.event.ColumnsResponseOrBuilder
The names of the columns provided in the query
getColumnList() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
getColumnList() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
The names of the columns provided in the query
getColumnList() - Method in interface io.axoniq.axonserver.grpc.event.ColumnsResponseOrBuilder
The names of the columns provided in the query
getColumns() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response contains the names of the columns the response contains.
getColumns() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when the response contains the names of the columns the response contains.
getColumns() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when the response contains the names of the columns the response contains.
getColumnsBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response contains the names of the columns the response contains.
getColumnsOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response contains the names of the columns the response contains.
getColumnsOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when the response contains the names of the columns the response contains.
getColumnsOrBuilder() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when the response contains the names of the columns the response contains.
getCommand() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
A command for this component to process
getCommand() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
A command for this component to process
getCommand() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
A command for this component to process
getCommand() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name of the command the component can handle
getCommand() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
The name of the command the component can handle
getCommand() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
The name of the command the component can handle
getCommandBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
A command for this component to process
getCommandBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name of the command the component can handle
getCommandBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
The name of the command the component can handle
getCommandBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
The name of the command the component can handle
getCommandOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
A command for this component to process
getCommandOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
A command for this component to process
getCommandOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
A command for this component to process
getCommandResponse() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Sends a result of Command processing
getCommandResponse() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Sends a result of Command processing
getCommandResponse() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Sends a result of Command processing
getCommandResponseBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Sends a result of Command processing
getCommandResponseOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Sends a result of Command processing
getCommandResponseOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Sends a result of Command processing
getCommandResponseOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Sends a result of Command processing
getComplete() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query is complete, and no more Updates will be sent
getComplete() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Indicates the Query is complete, and no more Updates will be sent
getComplete() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Indicates the Query is complete, and no more Updates will be sent
getCompleteBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query is complete, and no more Updates will be sent
getCompleteExceptionally() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query failed exceptionally, and no more Updates will be sent
getCompleteExceptionally() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Indicates the Query failed exceptionally, and no more Updates will be sent
getCompleteExceptionally() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Indicates the Query failed exceptionally, and no more Updates will be sent
getCompleteExceptionallyBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query failed exceptionally, and no more Updates will be sent
getCompleteExceptionallyOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query failed exceptionally, and no more Updates will be sent
getCompleteExceptionallyOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Indicates the Query failed exceptionally, and no more Updates will be sent
getCompleteExceptionallyOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Indicates the Query failed exceptionally, and no more Updates will be sent
getCompleteOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query is complete, and no more Updates will be sent
getCompleteOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Indicates the Query is complete, and no more Updates will be sent
getCompleteOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Indicates the Query is complete, and no more Updates will be sent
getComponentName() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name/type of the component dispatching this message
getComponentName() - Method in class io.axoniq.axonserver.grpc.command.Command
The name/type of the component dispatching this message
getComponentName() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The name/type of the component dispatching this message
getComponentName() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name/type of the component handling the command
getComponentName() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
The name/type of the component handling the command
getComponentName() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
The name/type of the component handling the command
getComponentName() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
The name of the component.
getComponentName() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
The name of the component.
getComponentName() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
The name of the component.
getComponentName() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The component name of this client instance.
getComponentName() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
The component name of this client instance.
getComponentName() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
The component name of this client instance.
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The Name of the Component dispatching the query
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The Name of the Component dispatching the query
getComponentName() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The Name of the Component dispatching the query
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Component containing the Query Handler
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The name of the Component containing the Query Handler
getComponentName() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The name of the Component containing the Query Handler
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The Component Name of the Client providing the Update
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The Component Name of the Client providing the Update
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The Component Name of the Client providing the Update
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
The Component Name of the Client providing the Update
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Component Name of the Client providing the Update
getComponentName() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
The Component Name of the Client providing the Update
getComponentName() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
The Component Name of the Client providing the Update
getComponentName() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteOrBuilder
The Component Name of the Client providing the Update
getComponentName() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name/type of the component dispatching this message
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.command.Command
The name/type of the component dispatching this message
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The name/type of the component dispatching this message
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name/type of the component handling the command
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
The name/type of the component handling the command
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
The name/type of the component handling the command
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
The name of the component.
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
The name of the component.
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
The name of the component.
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The component name of this client instance.
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
The component name of this client instance.
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
The component name of this client instance.
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The Name of the Component dispatching the query
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The Name of the Component dispatching the query
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The Name of the Component dispatching the query
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Component containing the Query Handler
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The name of the Component containing the Query Handler
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The name of the Component containing the Query Handler
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteOrBuilder
The Component Name of the Client providing the Update
getComponentNameBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The Component Name of the Client providing the Update
getConnectTimeout() - Method in class io.axoniq.axonserver.connector.impl.ReconnectConfiguration
Return the configured connect timeout.
getData() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The actual data representing the object in serialized form.
getData() - Method in class io.axoniq.axonserver.grpc.SerializedObject
The actual data representing the object in serialized form.
getData() - Method in interface io.axoniq.axonserver.grpc.SerializedObjectOrBuilder
The actual data representing the object in serialized form.
getDataCase() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
getDataCase() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
getDataCase() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
 
getDataCase() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
getDataCase() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
getDataCase() - Method in interface io.axoniq.axonserver.grpc.event.QueryValueOrBuilder
 
getDataCase() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
getDataCase() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
getDataCase() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.command.Command
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.Event
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
getDefaultInstance() - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.Command
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.Event
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
getDefaultInstanceForType() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.Command
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandOuterClass
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.Common
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.Control
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.Event
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.EventOuterClass
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
getDescriptor() - Static method in enum io.axoniq.axonserver.grpc.ProcessingKey
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.Query
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
getDescriptor() - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
getDescriptor() - Static method in enum io.axoniq.axonserver.grpc.TaskStatus
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
getDescriptorForType() - Method in enum io.axoniq.axonserver.grpc.ProcessingKey
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
getDescriptorForType() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
getDescriptorForType() - Method in enum io.axoniq.axonserver.grpc.TaskStatus
 
getDetails() - Method in exception io.axoniq.axonserver.connector.AxonServerException
Returns the list of messages detailing the underlying cause.
getDetails(int) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
getDetails(int) - Method in class io.axoniq.axonserver.grpc.ErrorMessage
A collection of messages providing more details about root causes of the error
getDetails(int) - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
A collection of messages providing more details about root causes of the error
getDetailsBytes(int) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
getDetailsBytes(int) - Method in class io.axoniq.axonserver.grpc.ErrorMessage
A collection of messages providing more details about root causes of the error
getDetailsBytes(int) - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
A collection of messages providing more details about root causes of the error
getDetailsCount() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
getDetailsCount() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
A collection of messages providing more details about root causes of the error
getDetailsCount() - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
A collection of messages providing more details about root causes of the error
getDetailsList() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
getDetailsList() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
A collection of messages providing more details about root causes of the error
getDetailsList() - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
A collection of messages providing more details about root causes of the error
getDispatchMethod() - Static method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc
 
getDoubleValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The (64 bits) floating point value
getDoubleValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
The (64 bits) floating point value
getDoubleValue() - Method in interface io.axoniq.axonserver.grpc.event.QueryValueOrBuilder
The (64 bits) floating point value
getDoubleValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The floating point value of the Meta Data entry.
getDoubleValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
The floating point value of the Meta Data entry.
getDoubleValue() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
The floating point value of the Meta Data entry.
getError() - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
getError() - Method in interface io.axoniq.axonserver.connector.ResultStream
Returns an optional containing the exception reported by the Server, if any.
getError() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
getError() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
getError() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
getError() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Set if instruction acknowledgement failed.
getError() - Method in class io.axoniq.axonserver.grpc.InstructionAck
Set if instruction acknowledgement failed.
getError() - Method in interface io.axoniq.axonserver.grpc.InstructionAckOrBuilder
Set if instruction acknowledgement failed.
getError() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Cause of instruction handling failure.
getError() - Method in class io.axoniq.axonserver.grpc.InstructionResult
Cause of instruction handling failure.
getError() - Method in interface io.axoniq.axonserver.grpc.InstructionResultOrBuilder
Cause of instruction handling failure.
getErrorBuilder() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Set if instruction acknowledgement failed.
getErrorBuilder() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Cause of instruction handling failure.
getErrorCategory() - Method in exception io.axoniq.axonserver.connector.AxonServerException
Returns the category of the error that caused this exception.
getErrorCode() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
An error code describing the error, if any
getErrorCode() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
An error code describing the error, if any
getErrorCode() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
An error code describing the error, if any
getErrorCode() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
An Error Code identifying the type of error
getErrorCode() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
An Error Code identifying the type of error
getErrorCode() - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
An Error Code identifying the type of error
getErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
An Error Code identifying the type of error, if any
getErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
An Error Code identifying the type of error, if any
getErrorCode() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
An Error Code identifying the type of error, if any
getErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
An Error Code identifying the type of error, if any
getErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
An Error Code identifying the type of error, if any
getErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Code describing the type of Error that occurred
getErrorCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
The Code describing the type of Error that occurred
getErrorCode() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
The Code describing the type of Error that occurred
getErrorCode() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
An Error Code identifying the type of error, if any
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
An error code describing the error, if any
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
An error code describing the error, if any
getErrorCodeBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
An error code describing the error, if any
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
An Error Code identifying the type of error
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
An Error Code identifying the type of error
getErrorCodeBytes() - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
An Error Code identifying the type of error
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
An Error Code identifying the type of error, if any
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
An Error Code identifying the type of error, if any
getErrorCodeBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
An Error Code identifying the type of error, if any
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
An Error Code identifying the type of error, if any
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
An Error Code identifying the type of error, if any
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Code describing the type of Error that occurred
getErrorCodeBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
The Code describing the type of Error that occurred
getErrorCodeBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
The Code describing the type of Error that occurred
getErrorCodeBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
An Error Code identifying the type of error, if any
getErrorMessage() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
A detailed description of the error
getErrorMessage() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
A detailed description of the error
getErrorMessage() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
A detailed description of the error
getErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
A detailed description of the error, if any
getErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
A detailed description of the error, if any
getErrorMessage() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
A detailed description of the error, if any
getErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
A detailed description of the error, if any
getErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
A detailed description of the error, if any
getErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
A detailed description of the error, if available
getErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
A detailed description of the error, if available
getErrorMessage() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
A detailed description of the error, if available
getErrorMessage() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
A detailed description of the error, if any
getErrorMessageBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
A detailed description of the error
getErrorMessageBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
A detailed description of the error, if any
getErrorMessageBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
A detailed description of the error, if any
getErrorMessageBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
A detailed description of the error, if available
getErrorMessageOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
A detailed description of the error
getErrorMessageOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
A detailed description of the error
getErrorMessageOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
A detailed description of the error
getErrorMessageOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
A detailed description of the error, if any
getErrorMessageOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
A detailed description of the error, if any
getErrorMessageOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
A detailed description of the error, if any
getErrorMessageOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
A detailed description of the error, if any
getErrorMessageOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
A detailed description of the error, if any
getErrorMessageOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
A detailed description of the error, if available
getErrorMessageOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
A detailed description of the error, if available
getErrorMessageOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
A detailed description of the error, if available
getErrorMessageOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
A detailed description of the error, if any
getErrorOrBuilder() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Set if instruction acknowledgement failed.
getErrorOrBuilder() - Method in class io.axoniq.axonserver.grpc.InstructionAck
Set if instruction acknowledgement failed.
getErrorOrBuilder() - Method in interface io.axoniq.axonserver.grpc.InstructionAckOrBuilder
Set if instruction acknowledgement failed.
getErrorOrBuilder() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Cause of instruction handling failure.
getErrorOrBuilder() - Method in class io.axoniq.axonserver.grpc.InstructionResult
Cause of instruction handling failure.
getErrorOrBuilder() - Method in interface io.axoniq.axonserver.grpc.InstructionResultOrBuilder
Cause of instruction handling failure.
getErrorResult() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Returns the error result, if any was recorded.
getErrorState() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Information about the error state of the Segment, if applicable.
getErrorState() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
Information about the error state of the Segment, if applicable.
getErrorState() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatusOrBuilder
Information about the error state of the Segment, if applicable.
getErrorStateBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Information about the error state of the Segment, if applicable.
getErrorStateBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
Information about the error state of the Segment, if applicable.
getErrorStateBytes() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatusOrBuilder
Information about the error state of the Segment, if applicable.
getEvent() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The actual Event Message
getEvent() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
The actual Event Message
getEvent() - Method in interface io.axoniq.axonserver.grpc.event.EventWithTokenOrBuilder
The actual Event Message
getEvent() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
the event to publish
getEvent() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
the event to publish
getEvent() - Method in interface io.axoniq.axonserver.grpc.event.RescheduleEventRequestOrBuilder
the event to publish
getEvent() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
the event to publish
getEvent() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
the event to publish
getEvent() - Method in interface io.axoniq.axonserver.grpc.event.ScheduleEventRequestOrBuilder
the event to publish
getEventBuilder() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The actual Event Message
getEventBuilder() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
the event to publish
getEventBuilder() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
the event to publish
getEventOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The actual Event Message
getEventOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
The actual Event Message
getEventOrBuilder() - Method in interface io.axoniq.axonserver.grpc.event.EventWithTokenOrBuilder
The actual Event Message
getEventOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
the event to publish
getEventOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
the event to publish
getEventOrBuilder() - Method in interface io.axoniq.axonserver.grpc.event.RescheduleEventRequestOrBuilder
the event to publish
getEventOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
the event to publish
getEventOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
the event to publish
getEventOrBuilder() - Method in interface io.axoniq.axonserver.grpc.event.ScheduleEventRequestOrBuilder
the event to publish
getEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about Processors defined in the application.
getEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Information about Processors defined in the application.
getEventProcessorInfo() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Information about Processors defined in the application.
getEventProcessorInfoBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about Processors defined in the application.
getEventProcessorInfoOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about Processors defined in the application.
getEventProcessorInfoOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Information about Processors defined in the application.
getEventProcessorInfoOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Information about Processors defined in the application.
GetEventsRequest - Class in io.axoniq.axonserver.grpc.event
Request message to open an Event Stream from the Event Store.
GetEventsRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request message to open an Event Stream from the Event Store.
GetEventsRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
getFilesCompleted() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when all historic events have been included in the query results
getFilesCompleted() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when all historic events have been included in the query results
getFilesCompleted() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when all historic events have been included in the query results
getFilesCompletedBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when all historic events have been included in the query results
getFilesCompletedOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when all historic events have been included in the query results
getFilesCompletedOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when all historic events have been included in the query results
getFilesCompletedOrBuilder() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when all historic events have been included in the query results
getFirstToken() - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Retrieves the Token referring to the first Event in the Event Store.
getFirstToken() - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
getFirstToken(GetFirstTokenRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreBlockingStub
Retrieves the first token available in event store (typically 0).
getFirstToken(GetFirstTokenRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreFutureStub
Retrieves the first token available in event store (typically 0).
getFirstToken(GetFirstTokenRequest, StreamObserver<TrackingToken>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Retrieves the first token available in event store (typically 0).
getFirstToken(GetFirstTokenRequest, StreamObserver<TrackingToken>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Retrieves the first token available in event store (typically 0).
GetFirstTokenRequest - Class in io.axoniq.axonserver.grpc.event
Request message to receive the first Token (Tail Token) of the Event Stream
GetFirstTokenRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request message to receive the first Token (Tail Token) of the Event Stream
GetFirstTokenRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
getFlowControl() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to increase the number of instructions AxonServer may send to this component
getFlowControl() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to increase the number of instructions AxonServer may send to this component
getFlowControl() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to increase the number of instructions AxonServer may send to this component
getFlowControl() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Grant permits to AxonServer to send a number of messages to the client
getFlowControl() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Grant permits to AxonServer to send a number of messages to the client
getFlowControl() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Grant permits to AxonServer to send a number of messages to the client
getFlowControl() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Allows the Server to provide additional Updates to be sent.
getFlowControl() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Allows the Server to provide additional Updates to be sent.
getFlowControl() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Allows the Server to provide additional Updates to be sent.
getFlowControlBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to increase the number of instructions AxonServer may send to this component
getFlowControlBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Grant permits to AxonServer to send a number of messages to the client
getFlowControlBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Allows the Server to provide additional Updates to be sent.
getFlowControlOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to increase the number of instructions AxonServer may send to this component
getFlowControlOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to increase the number of instructions AxonServer may send to this component
getFlowControlOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to increase the number of instructions AxonServer may send to this component
getFlowControlOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Grant permits to AxonServer to send a number of messages to the client
getFlowControlOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Grant permits to AxonServer to send a number of messages to the client
getFlowControlOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Grant permits to AxonServer to send a number of messages to the client
getFlowControlOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Allows the Server to provide additional Updates to be sent.
getFlowControlOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Allows the Server to provide additional Updates to be sent.
getFlowControlOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Allows the Server to provide additional Updates to be sent.
getForceReadFromLeader() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
Indicates whether to force reading events from the leader node of an Axon Server.
getForceReadFromLeader() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
Indicates whether to force reading events from the leader node of an Axon Server.
getForceReadFromLeader() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
Indicates whether to force reading events from the leader node of an Axon Server.
getForceReadFromLeader() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
Indicates whether to force querying events from the leader node of an Axon Server.
getForceReadFromLeader() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
Indicates whether to force querying events from the leader node of an Axon Server.
getForceReadFromLeader() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsRequestOrBuilder
Indicates whether to force querying events from the leader node of an Axon Server.
getFromCode(String) - Static method in enum io.axoniq.axonserver.connector.ErrorCategory
 
getFromSequenceNr() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
The Sequence Number of the first event expected
getFromSequenceNr() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
The Sequence Number of the first event expected
getFromSequenceNr() - Method in interface io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequestOrBuilder
The Sequence Number of the first event expected
getGetFirstTokenMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getGetInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Requests the initial result of a subscription query to be sent.
getGetInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Requests the initial result of a subscription query to be sent.
getGetInitialResult() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Requests the initial result of a subscription query to be sent.
getGetInitialResultBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Requests the initial result of a subscription query to be sent.
getGetInitialResultOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Requests the initial result of a subscription query to be sent.
getGetInitialResultOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Requests the initial result of a subscription query to be sent.
getGetInitialResultOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Requests the initial result of a subscription query to be sent.
getGetLastTokenMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getGetPlatformServerMethod() - Static method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc
 
getGetTokenAtMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getGrpcPort() - Method in class io.axoniq.axonserver.connector.impl.ServerAddress
Return the gRPR port defined in this ServerAddress instance.
getGrpcPort() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The port number for gRPC connections
getGrpcPort() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
The port number for gRPC connections
getGrpcPort() - Method in interface io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder
The port number for gRPC connections
getHandler(IN) - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
Retrieves an InstructionHandler capable of handling the given msgIn.
getHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
This heartbeat is used by AxonServer in order to check if the connection is still alive
getHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
This heartbeat is used by AxonServer in order to check if the connection is still alive
getHeartbeat() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
This heartbeat is used by AxonServer in order to check if the connection is still alive
getHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
getHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
This heartbeat is used by AxonFramework in order to check if the connection is still alive
getHeartbeat() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
getHeartbeatBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
This heartbeat is used by AxonServer in order to check if the connection is still alive
getHeartbeatBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
getHeartbeatOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
This heartbeat is used by AxonServer in order to check if the connection is still alive
getHeartbeatOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
This heartbeat is used by AxonServer in order to check if the connection is still alive
getHeartbeatOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
This heartbeat is used by AxonServer in order to check if the connection is still alive
getHeartbeatOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
getHeartbeatOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
This heartbeat is used by AxonFramework in order to check if the connection is still alive
getHeartbeatOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
getHostName() - Method in class io.axoniq.axonserver.connector.impl.ServerAddress
Return the host name defined in this ServerAddress instance.
getHostName() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The host name to use when connecting to this node
getHostName() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
The host name to use when connecting to this node
getHostName() - Method in interface io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder
The host name to use when connecting to this node
getHostNameBytes() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The host name to use when connecting to this node
getHostNameBytes() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
The host name to use when connecting to this node
getHostNameBytes() - Method in interface io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder
The host name to use when connecting to this node
getHttpPort() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The port number for HTTP connections
getHttpPort() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
The port number for HTTP connections
getHttpPort() - Method in interface io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder
The port number for HTTP connections
getIdentifiers() - Method in interface io.axoniq.axonserver.connector.event.EventQueryResultEntry
Returns the identifiers that uniquely identify this result entry.
getIdValues(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
getIdValues(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The values which, when combined, uniquely update this row.
getIdValues(int) - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The values which, when combined, uniquely update this row.
getIdValuesBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
getIdValuesBuilderList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
getIdValuesCount() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
getIdValuesCount() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The values which, when combined, uniquely update this row.
getIdValuesCount() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The values which, when combined, uniquely update this row.
getIdValuesList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
getIdValuesList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The values which, when combined, uniquely update this row.
getIdValuesList() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The values which, when combined, uniquely update this row.
getIdValuesOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
getIdValuesOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The values which, when combined, uniquely update this row.
getIdValuesOrBuilder(int) - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The values which, when combined, uniquely update this row.
getIdValuesOrBuilderList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
getIdValuesOrBuilderList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The values which, when combined, uniquely update this row.
getIdValuesOrBuilderList() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The values which, when combined, uniquely update this row.
getInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Initial Response
getInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Provides an Initial Response
getInitialResult() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Provides an Initial Response
getInitialResultBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Initial Response
getInitialResultOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Initial Response
getInitialResultOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Provides an Initial Response
getInitialResultOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Provides an Initial Response
getInitialSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The sequence number of the first event to receive
getInitialSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
The sequence number of the first event to receive
getInitialSequence() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateEventsRequestOrBuilder
The sequence number of the first event to receive
getInitialSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The minimal sequence number of the snapshots to retrieve
getInitialSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
The minimal sequence number of the snapshots to retrieve
getInitialSequence() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequestOrBuilder
The minimal sequence number of the snapshots to retrieve
getInstant() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
Timestamp expressed as milliseconds since epoch
getInstant() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
Timestamp expressed as milliseconds since epoch
getInstant() - Method in interface io.axoniq.axonserver.grpc.event.GetTokenAtRequestOrBuilder
Timestamp expressed as milliseconds since epoch
getInstant() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
timestamp when to publish the event
getInstant() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
timestamp when to publish the event
getInstant() - Method in interface io.axoniq.axonserver.grpc.event.RescheduleEventRequestOrBuilder
timestamp when to publish the event
getInstant() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
timestamp when to publish the event
getInstant() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
timestamp when to publish the event
getInstant() - Method in interface io.axoniq.axonserver.grpc.event.ScheduleEventRequestOrBuilder
timestamp when to publish the event
getInstructionId(IN) - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
Returns the instruction identifier of the given instruction.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
Instruction identifier.
getInstructionId() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction identifier.
getInstructionId() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Instruction identifier.
getInstructionId() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction identifier.
getInstructionId() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
The identifier of the instruction
getInstructionId() - Method in class io.axoniq.axonserver.grpc.InstructionAck
The identifier of the instruction
getInstructionId() - Method in interface io.axoniq.axonserver.grpc.InstructionAckOrBuilder
The identifier of the instruction
getInstructionId() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
The identifier of the instruction
getInstructionId() - Method in class io.axoniq.axonserver.grpc.InstructionResult
The identifier of the instruction
getInstructionId() - Method in interface io.axoniq.axonserver.grpc.InstructionResultOrBuilder
The identifier of the instruction
getInstructionId() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Instruction identifier.
getInstructionId() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Instruction identifier.
getInstructionId() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Instruction identifier.
getInstructionId() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
Instruction identifier.
getInstructionIdBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction identifier.
getInstructionIdBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Instruction identifier.
getInstructionIdBytes() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction identifier.
getInstructionIdBytes() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
The identifier of the instruction
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.InstructionAck
The identifier of the instruction
getInstructionIdBytes() - Method in interface io.axoniq.axonserver.grpc.InstructionAckOrBuilder
The identifier of the instruction
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
The identifier of the instruction
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.InstructionResult
The identifier of the instruction
getInstructionIdBytes() - Method in interface io.axoniq.axonserver.grpc.InstructionResultOrBuilder
The identifier of the instruction
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Instruction identifier.
getInstructionIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Instruction identifier.
getInstructionIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Instruction identifier.
getInstructionIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Instruction identifier.
getInstructionsForPlatform() - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
Return the StreamObserver of type OUT serving as the outbound instruction channel.
getIsStreamingProcessor() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor is a Streaming Event Processor.
getIsStreamingProcessor() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
Flag indicating whether the processor is a Streaming Event Processor.
getIsStreamingProcessor() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
Flag indicating whether the processor is a Streaming Event Processor.
getKey() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The type of processing message.
getKey() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
The type of processing message.
getKey() - Method in interface io.axoniq.axonserver.grpc.ProcessingInstructionOrBuilder
The type of processing message.
getKeyValue() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The type of processing message.
getKeyValue() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
The type of processing message.
getKeyValue() - Method in interface io.axoniq.axonserver.grpc.ProcessingInstructionOrBuilder
The type of processing message.
getLastToken() - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Retrieves the Token referring to the most recent Event in the Event Store.
getLastToken() - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
getLastToken(GetLastTokenRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreBlockingStub
Retrieves the last committed token in event store.
getLastToken(GetLastTokenRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreFutureStub
Retrieves the last committed token in event store.
getLastToken(GetLastTokenRequest, StreamObserver<TrackingToken>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Retrieves the last committed token in event store.
getLastToken(GetLastTokenRequest, StreamObserver<TrackingToken>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Retrieves the last committed token in event store.
GetLastTokenRequest - Class in io.axoniq.axonserver.grpc.event
Request message to receive the last Token (Head Token) of the Event Stream
GetLastTokenRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request message to receive the last Token (Head Token) of the Event Stream
GetLastTokenRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
getListAggregateEventsMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getListAggregateSnapshotsMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getListEventsMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getLiveEvents() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
Whether to keep the query running against incoming events once the Head of the Stream is reached
getLiveEvents() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
Whether to keep the query running against incoming events once the Head of the Stream is reached
getLiveEvents() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsRequestOrBuilder
Whether to keep the query running against incoming events once the Head of the Stream is reached
getLoadFactor() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
A number that represents the client's relative load capacity compared to other clients.
getLoadFactor() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
A number that represents the client's relative load capacity compared to other clients.
getLoadFactor() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
A number that represents the client's relative load capacity compared to other clients.
getLocation() - Method in exception io.axoniq.axonserver.connector.AxonServerException
Returns the identifier of the location where the exception occurred.
getLocation() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A description of the location (client component, server) where the error occurred
getLocation() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
A description of the location (client component, server) where the error occurred
getLocation() - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
A description of the location (client component, server) where the error occurred
getLocationBytes() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A description of the location (client component, server) where the error occurred
getLocationBytes() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
A description of the location (client component, server) where the error occurred
getLocationBytes() - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
A description of the location (client component, server) where the error occurred
getManagedChannel() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
Retrieve the AxonServerManagedChannel used to create connection with.
getMaxResults() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The maximum number of results to stream
getMaxResults() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
The maximum number of results to stream
getMaxResults() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequestOrBuilder
The maximum number of results to stream
getMaxSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The maximum sequence number (inclusive) of the events to retrieve, 0 means up to last event
getMaxSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
The maximum sequence number (inclusive) of the events to retrieve, 0 means up to last event
getMaxSequence() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateEventsRequestOrBuilder
The maximum sequence number (inclusive) of the events to retrieve, 0 means up to last event
getMaxSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The maximum sequence number of the snapshots to retrieve
getMaxSequence() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
The maximum sequence number of the snapshots to retrieve
getMaxSequence() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequestOrBuilder
The maximum sequence number of the snapshots to retrieve
getMergeEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to merge two Segments in a Streaming Event Processor
getMergeEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction to merge two Segments in a Streaming Event Processor
getMergeEventProcessorSegment() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction to merge two Segments in a Streaming Event Processor
getMergeEventProcessorSegmentBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to merge two Segments in a Streaming Event Processor
getMergeEventProcessorSegmentOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to merge two Segments in a Streaming Event Processor
getMergeEventProcessorSegmentOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction to merge two Segments in a Streaming Event Processor
getMergeEventProcessorSegmentOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction to merge two Segments in a Streaming Event Processor
getMessage() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A human readable message explaining the error
getMessage() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
A human readable message explaining the error
getMessage() - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
A human readable message explaining the error
getMessageBytes() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A human readable message explaining the error
getMessageBytes() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
A human readable message explaining the error
getMessageBytes() - Method in interface io.axoniq.axonserver.grpc.ErrorMessageOrBuilder
A human readable message explaining the error
getMessageId() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
A unique identifier for this subscription.
getMessageId() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
A unique identifier for this subscription.
getMessageId() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
A unique identifier for this subscription.
getMessageId() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
A unique identifier for this message
getMessageId() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
A unique identifier for this message
getMessageId() - Method in interface io.axoniq.axonserver.grpc.query.QueryCompleteOrBuilder
A unique identifier for this message
getMessageId() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of this Message
getMessageId() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The unique identifier of this Message
getMessageId() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The unique identifier of this Message
getMessageIdBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
A unique identifier for this subscription.
getMessageIdBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
A unique identifier for this subscription.
getMessageIdBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandSubscriptionOrBuilder
A unique identifier for this subscription.
getMessageIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
A unique identifier for this message
getMessageIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
A unique identifier for this message
getMessageIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryCompleteOrBuilder
A unique identifier for this message
getMessageIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of this Message
getMessageIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The unique identifier of this Message
getMessageIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The unique identifier of this Message
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the Command Message
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.command.Command
The unique identifier of the Command Message
getMessageIdentifier() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The unique identifier of the Command Message
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the response message
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
The unique identifier of the response message
getMessageIdentifier() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
The unique identifier of the response message
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The unique identifier of this event
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.event.Event
The unique identifier of this event
getMessageIdentifier() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The unique identifier of this event
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The message ID of the incoming Query
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The message ID of the incoming Query
getMessageIdentifier() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The message ID of the incoming Query
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Response Message
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
The unique identifier of the Response Message
getMessageIdentifier() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
The unique identifier of the Response Message
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The unique identifier of this Update
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The unique identifier of this Update
getMessageIdentifier() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The unique identifier of this Update
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The unique identifier for this message
getMessageIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
The unique identifier for this message
getMessageIdentifier() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
The unique identifier for this message
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the Command Message
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.command.Command
The unique identifier of the Command Message
getMessageIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The unique identifier of the Command Message
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the response message
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
The unique identifier of the response message
getMessageIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
The unique identifier of the response message
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The unique identifier of this event
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.event.Event
The unique identifier of this event
getMessageIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The unique identifier of this event
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The message ID of the incoming Query
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The message ID of the incoming Query
getMessageIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The message ID of the incoming Query
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Response Message
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
The unique identifier of the Response Message
getMessageIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
The unique identifier of the Response Message
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The unique identifier of this Update
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The unique identifier of this Update
getMessageIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The unique identifier of this Update
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The unique identifier for this message
getMessageIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
The unique identifier for this message
getMessageIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
The unique identifier for this message
getMetaData() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.command.Command
Deprecated.
getMetaData() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Deprecated.
getMetaData() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.event.Event
Deprecated.
getMetaData() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Deprecated.
getMetaData() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Deprecated.
getMetaData() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Deprecated.
getMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
Deprecated.
getMetaData() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
Deprecated.
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.command.Command
 
getMetaDataCount() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
getMetaDataCount() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Any meta data entries providing contextual information back to the dispatcher
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.event.Event
 
getMetaDataCount() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Meta Data of the Event
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
getMetaDataCount() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Meta Data providing contextual information of the Query
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
getMetaDataCount() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any Meta Data describing the context of the Response Message
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
getMetaDataCount() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
getMetaDataCount() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
Meta Data providing contextual information of the Update
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.command.Command
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataMap() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Any meta data entries providing contextual information back to the dispatcher
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Any meta data entries providing contextual information back to the dispatcher
getMetaDataMap() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Any meta data entries providing contextual information back to the dispatcher
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Meta Data of the Event
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.event.Event
The Meta Data of the Event
getMetaDataMap() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Meta Data of the Event
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Meta Data providing contextual information of the Query
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Meta Data providing contextual information of the Query
getMetaDataMap() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Meta Data providing contextual information of the Query
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any Meta Data describing the context of the Response Message
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any Meta Data describing the context of the Response Message
getMetaDataMap() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any Meta Data describing the context of the Response Message
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Meta Data providing contextual information of the Update
getMetaDataMap() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
Meta Data providing contextual information of the Update
getMetaDataMap() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
Meta Data providing contextual information of the Update
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.command.Command
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataOrDefault(String, MetaDataValue) - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Any meta data entries providing contextual information back to the dispatcher
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Any meta data entries providing contextual information back to the dispatcher
getMetaDataOrDefault(String, MetaDataValue) - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Any meta data entries providing contextual information back to the dispatcher
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Meta Data of the Event
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.event.Event
The Meta Data of the Event
getMetaDataOrDefault(String, MetaDataValue) - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Meta Data of the Event
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Meta Data providing contextual information of the Query
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Meta Data providing contextual information of the Query
getMetaDataOrDefault(String, MetaDataValue) - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Meta Data providing contextual information of the Query
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any Meta Data describing the context of the Response Message
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any Meta Data describing the context of the Response Message
getMetaDataOrDefault(String, MetaDataValue) - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any Meta Data describing the context of the Response Message
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Meta Data providing contextual information of the Update
getMetaDataOrDefault(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
Meta Data providing contextual information of the Update
getMetaDataOrDefault(String, MetaDataValue) - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
Meta Data providing contextual information of the Update
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.command.Command
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataOrThrow(String) - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Meta Data entries of the Command Message, providing contextual information to the recipient
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Any meta data entries providing contextual information back to the dispatcher
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Any meta data entries providing contextual information back to the dispatcher
getMetaDataOrThrow(String) - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Any meta data entries providing contextual information back to the dispatcher
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Meta Data of the Event
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.event.Event
The Meta Data of the Event
getMetaDataOrThrow(String) - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Meta Data of the Event
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Meta Data providing contextual information of the Query
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Meta Data providing contextual information of the Query
getMetaDataOrThrow(String) - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Meta Data providing contextual information of the Query
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any Meta Data describing the context of the Response Message
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any Meta Data describing the context of the Response Message
getMetaDataOrThrow(String) - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any Meta Data describing the context of the Response Message
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Meta Data providing contextual information of the Update
getMetaDataOrThrow(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
Meta Data providing contextual information of the Update
getMetaDataOrThrow(String) - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
Meta Data providing contextual information of the Update
getMinToken() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
Hint for a minimum token to search events from
getMinToken() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
Hint for a minimum token to search events from
getMinToken() - Method in interface io.axoniq.axonserver.grpc.event.GetAggregateEventsRequestOrBuilder
Hint for a minimum token to search events from
getMode() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
getMode() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
getMode() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
getModeBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
getModeBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
getModeBytes() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
getMutableMetaData() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Deprecated.
getMutableMetaData() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Deprecated.
getMutableMetaData() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
Deprecated.
getMutableMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Deprecated.
getMutableMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Deprecated.
getMutableMetaData() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Deprecated.
getMutableTags() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Deprecated.
getMutableValues() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
Deprecated.
getName() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name of the command, used for routing it to a destination capable of handling it
getName() - Method in class io.axoniq.axonserver.grpc.command.Command
The name of the command, used for routing it to a destination capable of handling it
getName() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The name of the command, used for routing it to a destination capable of handling it
getNameBytes() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name of the command, used for routing it to a destination capable of handling it
getNameBytes() - Method in class io.axoniq.axonserver.grpc.command.Command
The name of the command, used for routing it to a destination capable of handling it
getNameBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The name of the command, used for routing it to a destination capable of handling it
getNodeName() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The unique name of the node to connect with, for purpose of debugging
getNodeName() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
The unique name of the node to connect with, for purpose of debugging
getNodeName() - Method in interface io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder
The unique name of the node to connect with, for purpose of debugging
getNodeNameBytes() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The unique name of the node to connect with, for purpose of debugging
getNodeNameBytes() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
The unique name of the node to connect with, for purpose of debugging
getNodeNameBytes() - Method in interface io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder
The unique name of the node to connect with, for purpose of debugging
getNodeNotification() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
getNodeNotification() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
getNodeNotification() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
getNodeNotificationBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
getNodeNotificationOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
getNodeNotificationOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
getNodeNotificationOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
getNumber() - Method in enum io.axoniq.axonserver.grpc.command.CommandProviderInbound.RequestCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.command.CommandProviderOutbound.RequestCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.RequestCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.RequestCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.event.QueryEventsResponse.DataCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.event.QueryValue.DataCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.MetaDataValue.DataCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.ProcessingKey
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.query.QueryProviderInbound.RequestCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.query.QueryProviderOutbound.RequestCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.RequestCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.ResponseCase
 
getNumber() - Method in enum io.axoniq.axonserver.grpc.TaskStatus
 
getNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The number of messages the server may send before it needs to wait for more permits
getNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
The number of messages the server may send before it needs to wait for more permits
getNumberOfPermits() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
The number of messages the server may send before it needs to wait for more permits
getNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
The number of results AxonServer may send before new permits need to be provided
getNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
The number of results AxonServer may send before new permits need to be provided
getNumberOfPermits() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsRequestOrBuilder
The number of results AxonServer may send before new permits need to be provided
getNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The number of messages the Server may send before needing to await additional permits
getNumberOfPermits() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
The number of messages the Server may send before needing to await additional permits
getNumberOfPermits() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
The number of messages the Server may send before needing to await additional permits
getNumberValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The (64 bits) integer value
getNumberValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
The (64 bits) integer value
getNumberValue() - Method in interface io.axoniq.axonserver.grpc.event.QueryValueOrBuilder
The (64 bits) integer value
getNumberValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The numeric value of the Meta Data entry.
getNumberValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
The numeric value of the Meta Data entry.
getNumberValue() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
The numeric value of the Meta Data entry.
getOnePartOf() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The fraction this segment processes.
getOnePartOf() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
The fraction this segment processes.
getOnePartOf() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatusOrBuilder
The fraction this segment processes.
getOpenStreamMethod() - Static method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc
 
getOpenStreamMethod() - Static method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc
 
getOpenStreamMethod() - Static method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.command.Command
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.Event
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
getParserForType() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
getPauseEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Pause a Streaming Event Processor.
getPauseEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Pause a Streaming Event Processor.
getPauseEventProcessor() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Pause a Streaming Event Processor.
getPauseEventProcessorBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Pause a Streaming Event Processor.
getPauseEventProcessorOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Pause a Streaming Event Processor.
getPauseEventProcessorOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Pause a Streaming Event Processor.
getPauseEventProcessorOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Pause a Streaming Event Processor.
getPayload() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The payload of the Command, providing details on the instructions for the recipient
getPayload() - Method in class io.axoniq.axonserver.grpc.command.Command
The payload of the Command, providing details on the instructions for the recipient
getPayload() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The payload of the Command, providing details on the instructions for the recipient
getPayload() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The payload to provide as a result to the dispatcher
getPayload() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
The payload to provide as a result to the dispatcher
getPayload() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
The payload to provide as a result to the dispatcher
getPayload() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Payload of the Event
getPayload() - Method in class io.axoniq.axonserver.grpc.event.Event
The Payload of the Event
getPayload() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Payload of the Event
getPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
A payload accompanying the Query
getPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
A payload accompanying the Query
getPayload() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
A payload accompanying the Query
getPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The Payload of the Response Message
getPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
The Payload of the Response Message
getPayload() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
The Payload of the Response Message
getPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The object representing the Update
getPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The object representing the Update
getPayload() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The object representing the Update
getPayloadBuilder() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The payload of the Command, providing details on the instructions for the recipient
getPayloadBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The payload to provide as a result to the dispatcher
getPayloadBuilder() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Payload of the Event
getPayloadBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
A payload accompanying the Query
getPayloadBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The Payload of the Response Message
getPayloadBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The object representing the Update
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The payload of the Command, providing details on the instructions for the recipient
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.Command
The payload of the Command, providing details on the instructions for the recipient
getPayloadOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The payload of the Command, providing details on the instructions for the recipient
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The payload to provide as a result to the dispatcher
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
The payload to provide as a result to the dispatcher
getPayloadOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
The payload to provide as a result to the dispatcher
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Payload of the Event
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.Event
The Payload of the Event
getPayloadOrBuilder() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Payload of the Event
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
A payload accompanying the Query
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
A payload accompanying the Query
getPayloadOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
A payload accompanying the Query
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The Payload of the Response Message
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
The Payload of the Response Message
getPayloadOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
The Payload of the Response Message
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The object representing the Update
getPayloadOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The object representing the Update
getPayloadOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The object representing the Update
getPermits() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
The number of permits to provide
getPermits() - Method in class io.axoniq.axonserver.grpc.FlowControl
The number of permits to provide
getPermits() - Method in interface io.axoniq.axonserver.grpc.FlowControlOrBuilder
The number of permits to provide
getPlatformServer(ClientIdentification) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceBlockingStub
Obtains connection information for the Server that a Client should use for its connections.
getPlatformServer(ClientIdentification) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceFutureStub
Obtains connection information for the Server that a Client should use for its connections.
getPlatformServer(ClientIdentification, StreamObserver<PlatformInfo>) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceImplBase
Obtains connection information for the Server that a Client should use for its connections.
getPlatformServer(ClientIdentification, StreamObserver<PlatformInfo>) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceStub
Obtains connection information for the Server that a Client should use for its connections.
getPrimary() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
The connection details of the node the client should connect with
getPrimary() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
The connection details of the node the client should connect with
getPrimary() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInfoOrBuilder
The connection details of the node the client should connect with
getPrimaryBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
The connection details of the node the client should connect with
getPrimaryOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
The connection details of the node the client should connect with
getPrimaryOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
The connection details of the node the client should connect with
getPrimaryOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInfoOrBuilder
The connection details of the node the client should connect with
getProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
getProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.command.Command
Instructions for AxonServer when routing this Command Message
getProcessingInstructions(int) - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Instructions for AxonServer when routing this Command Message
getProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructions(int) - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
getProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Any instructions for components Routing or Handling the Query
getProcessingInstructions(int) - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Any instructions for components Routing or Handling the Query
getProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any instructions for components Routing or Handling the Response Message
getProcessingInstructions(int) - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsBuilder(int) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsBuilder(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsBuilder(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsBuilder(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsBuilderList() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsBuilderList() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsBuilderList() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsBuilderList() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsCount() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsCount() - Method in class io.axoniq.axonserver.grpc.command.Command
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsCount() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsCount() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsCount() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsCount() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsCount() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsCount() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Any instructions for components Routing or Handling the Query
getProcessingInstructionsCount() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsCount() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsCount() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsCount() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsList() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsList() - Method in class io.axoniq.axonserver.grpc.command.Command
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsList() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsList() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsList() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsList() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsList() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsList() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Any instructions for components Routing or Handling the Query
getProcessingInstructionsList() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsList() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsList() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsList() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.command.Command
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsOrBuilder(int) - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsOrBuilder(int) - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Any instructions for components Routing or Handling the Query
getProcessingInstructionsOrBuilder(int) - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsOrBuilder(int) - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsOrBuilderList() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsOrBuilderList() - Method in class io.axoniq.axonserver.grpc.command.Command
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsOrBuilderList() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
Instructions for AxonServer when routing this Command Message
getProcessingInstructionsOrBuilderList() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsOrBuilderList() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsOrBuilderList() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
Instructions for AxonServer when routing this Command Response Message
getProcessingInstructionsOrBuilderList() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsOrBuilderList() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
Any instructions for components Routing or Handling the Query
getProcessingInstructionsOrBuilderList() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
Any instructions for components Routing or Handling the Query
getProcessingInstructionsOrBuilderList() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsOrBuilderList() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
Any instructions for components Routing or Handling the Response Message
getProcessingInstructionsOrBuilderList() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
Any instructions for components Routing or Handling the Response Message
getProcessor() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The name of the processor requesting this stream.
getProcessor() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
The name of the processor requesting this stream.
getProcessor() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
The name of the processor requesting this stream.
getProcessorBytes() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The name of the processor requesting this stream.
getProcessorBytes() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
The name of the processor requesting this stream.
getProcessorBytes() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
The name of the processor requesting this stream.
getProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The logical name of this processor.
getProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
The logical name of this processor.
getProcessorName() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
The logical name of this processor.
getProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
The name of the Event Processor
getProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
The name of the Event Processor
getProcessorName() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorReferenceOrBuilder
The name of the Event Processor
getProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
The name of the Event Processor
getProcessorName() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
The name of the Event Processor
getProcessorName() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorSegmentReferenceOrBuilder
The name of the Event Processor
getProcessorNameBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The logical name of this processor.
getProcessorNameBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
The logical name of this processor.
getProcessorNameBytes() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
The logical name of this processor.
getProcessorNameBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
The name of the Event Processor
getProcessorNameBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
The name of the Event Processor
getProcessorNameBytes() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorReferenceOrBuilder
The name of the Event Processor
getProcessorNameBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
The name of the Event Processor
getProcessorNameBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
The name of the Event Processor
getProcessorNameBytes() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorSegmentReferenceOrBuilder
The name of the Event Processor
getQuery() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
The query to execute against the Event Stream
getQuery() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
The query to execute against the Event Stream
getQuery() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsRequestOrBuilder
The query to execute against the Event Stream
getQuery() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Query, for which this component is expected to provide a response
getQuery() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Represents an incoming Query, for which this component is expected to provide a response
getQuery() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Represents an incoming Query, for which this component is expected to provide a response
getQuery() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The name of the Query to execute
getQuery() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The name of the Query to execute
getQuery() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The name of the Query to execute
getQuery() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Query the Handler is subscribed to
getQuery() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The name of the Query the Handler is subscribed to
getQuery() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The name of the Query the Handler is subscribed to
getQueryBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Query, for which this component is expected to provide a response
getQueryBytes() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
The query to execute against the Event Stream
getQueryBytes() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
The query to execute against the Event Stream
getQueryBytes() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsRequestOrBuilder
The query to execute against the Event Stream
getQueryBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The name of the Query to execute
getQueryBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The name of the Query to execute
getQueryBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The name of the Query to execute
getQueryBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Query the Handler is subscribed to
getQueryBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The name of the Query the Handler is subscribed to
getQueryBytes() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The name of the Query the Handler is subscribed to
getQueryComplete() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Indicator that all responses for Query have been sent
getQueryComplete() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Indicator that all responses for Query have been sent
getQueryComplete() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Indicator that all responses for Query have been sent
getQueryCompleteBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Indicator that all responses for Query have been sent
getQueryCompleteOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Indicator that all responses for Query have been sent
getQueryCompleteOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Indicator that all responses for Query have been sent
getQueryCompleteOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Indicator that all responses for Query have been sent
getQueryEventsMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getQueryMethod() - Static method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc
 
getQueryName() - Method in class io.axoniq.axonserver.connector.query.QueryDefinition
Return the query name of this definition.
getQueryOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Query, for which this component is expected to provide a response
getQueryOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Represents an incoming Query, for which this component is expected to provide a response
getQueryOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Represents an incoming Query, for which this component is expected to provide a response
getQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The Query describing the desire for information
getQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
The Query describing the desire for information
getQueryRequest() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
The Query describing the desire for information
getQueryRequestBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The Query describing the desire for information
getQueryRequestOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The Query describing the desire for information
getQueryRequestOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
The Query describing the desire for information
getQueryRequestOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
The Query describing the desire for information
getQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a Response to a Query received via the inbound stream
getQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Sends a Response to a Query received via the inbound stream
getQueryResponse() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Sends a Response to a Query received via the inbound stream
getQueryResponseBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a Response to a Query received via the inbound stream
getQueryResponseOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a Response to a Query received via the inbound stream
getQueryResponseOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Sends a Response to a Query received via the inbound stream
getQueryResponseOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Sends a Response to a Query received via the inbound stream
getQuerySnapshots() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
If true, snapshots will be queried instead of events
getQuerySnapshots() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
If true, snapshots will be queried instead of events
getQuerySnapshots() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsRequestOrBuilder
If true, snapshots will be queried instead of events
getReadHighestSequenceNrMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getReconnectInterval() - Method in class io.axoniq.axonserver.connector.impl.ReconnectConfiguration
Return the configured reconnect timeout.
getRegister() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about the client being connected.
getRegister() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Information about the client being connected.
getRegister() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Information about the client being connected.
getRegisterBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about the client being connected.
getRegisterOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about the client being connected.
getRegisterOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Information about the client being connected.
getRegisterOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Information about the client being connected.
getReleaseSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
getReleaseSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
getReleaseSegment() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
getReleaseSegmentBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
getReleaseSegmentOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
getReleaseSegmentOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
getReleaseSegmentOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
getReplaying() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Indicates whether the Segment is "Replaying" historic events after a Reset.
getReplaying() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
Indicates whether the Segment is "Replaying" historic events after a Reset.
getReplaying() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatusOrBuilder
Indicates whether the Segment is "Replaying" historic events after a Reset.
getRequestCase() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
getRequestCase() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
getRequestCase() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
getRequestCase() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
getRequestCase() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
getRequestCase() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
getRequestCase() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
getRequestCase() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
getRequestCase() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
 
getRequestEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer for status information of a specific Streaming Event Processor
getRequestEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
A request from AxonServer for status information of a specific Streaming Event Processor
getRequestEventProcessorInfo() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
A request from AxonServer for status information of a specific Streaming Event Processor
getRequestEventProcessorInfoBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer for status information of a specific Streaming Event Processor
getRequestEventProcessorInfoOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer for status information of a specific Streaming Event Processor
getRequestEventProcessorInfoOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
A request from AxonServer for status information of a specific Streaming Event Processor
getRequestEventProcessorInfoOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
A request from AxonServer for status information of a specific Streaming Event Processor
getRequestId() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
The identifier of the incoming query to complete
getRequestId() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
The identifier of the incoming query to complete
getRequestId() - Method in interface io.axoniq.axonserver.grpc.query.QueryCompleteOrBuilder
The identifier of the incoming query to complete
getRequestIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
The identifier of the incoming query to complete
getRequestIdBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
The identifier of the incoming query to complete
getRequestIdBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryCompleteOrBuilder
The identifier of the incoming query to complete
getRequestIdentifier() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the Command Message for which this is the response
getRequestIdentifier() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
The unique identifier of the Command Message for which this is the response
getRequestIdentifier() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
The unique identifier of the Command Message for which this is the response
getRequestIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Query to which this is a response
getRequestIdentifier() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
The unique identifier of the Query to which this is a response
getRequestIdentifier() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
The unique identifier of the Query to which this is a response
getRequestIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the Command Message for which this is the response
getRequestIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
The unique identifier of the Command Message for which this is the response
getRequestIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
The unique identifier of the Command Message for which this is the response
getRequestIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Query to which this is a response
getRequestIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
The unique identifier of the Query to which this is a response
getRequestIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
The unique identifier of the Query to which this is a response
getRequestReconnect() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer to the Application to migrate its connection to another node.
getRequestReconnect() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
A request from AxonServer to the Application to migrate its connection to another node.
getRequestReconnect() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
A request from AxonServer to the Application to migrate its connection to another node.
getRequestReconnectBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer to the Application to migrate its connection to another node.
getRequestReconnectOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer to the Application to migrate its connection to another node.
getRequestReconnectOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
A request from AxonServer to the Application to migrate its connection to another node.
getRequestReconnectOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
A request from AxonServer to the Application to migrate its connection to another node.
getRescheduleEventMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc
 
getResponseCase() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
getResponseCase() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
getResponseCase() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
 
getResponseType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
An object describing the expectations of the Response Type
getResponseType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
An object describing the expectations of the Response Type
getResponseType() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
An object describing the expectations of the Response Type
getResponseTypeBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
An object describing the expectations of the Response Type
getResponseTypeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
An object describing the expectations of the Response Type
getResponseTypeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
An object describing the expectations of the Response Type
getResponseTypeOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
An object describing the expectations of the Response Type
getResult() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
The result of the execution of an instruction
getResult() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
The result of the execution of an instruction
getResult() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
The result of the execution of an instruction
getResultBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
The result of the execution of an instruction
getResultName() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The type of Result this Handler produces
getResultName() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The type of Result this Handler produces
getResultName() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The type of Result this Handler produces
getResultNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The type of Result this Handler produces
getResultNameBytes() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
The type of Result this Handler produces
getResultNameBytes() - Method in interface io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder
The type of Result this Handler produces
getResultOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
The result of the execution of an instruction
getResultOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
The result of the execution of an instruction
getResultOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
The result of the execution of an instruction
getResultType() - Method in class io.axoniq.axonserver.connector.query.QueryDefinition
Return the result type of this definition.
getRevision() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The revision of the Payload Type
getRevision() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
The revision of the Payload Type
getRevision() - Method in interface io.axoniq.axonserver.grpc.event.PayloadDescriptionOrBuilder
The revision of the Payload Type
getRevision() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The revision of the serialized form of the given type.
getRevision() - Method in class io.axoniq.axonserver.grpc.SerializedObject
The revision of the serialized form of the given type.
getRevision() - Method in interface io.axoniq.axonserver.grpc.SerializedObjectOrBuilder
The revision of the serialized form of the given type.
getRevisionBytes() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The revision of the Payload Type
getRevisionBytes() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
The revision of the Payload Type
getRevisionBytes() - Method in interface io.axoniq.axonserver.grpc.event.PayloadDescriptionOrBuilder
The revision of the Payload Type
getRevisionBytes() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The revision of the serialized form of the given type.
getRevisionBytes() - Method in class io.axoniq.axonserver.grpc.SerializedObject
The revision of the serialized form of the given type.
getRevisionBytes() - Method in interface io.axoniq.axonserver.grpc.SerializedObjectOrBuilder
The revision of the serialized form of the given type.
getRow() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response message contains results of the Query
getRow() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when the response message contains results of the Query
getRow() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when the response message contains results of the Query
getRowBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response message contains results of the Query
getRowOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response message contains results of the Query
getRowOrBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when the response message contains results of the Query
getRowOrBuilder() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when the response message contains results of the Query
getRunning() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor is running
getRunning() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
Flag indicating whether the processor is running
getRunning() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
Flag indicating whether the processor is running
getSameConnection() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
Flag indicating that the connection may be reused to connect.
getSameConnection() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
Flag indicating that the connection may be reused to connect.
getSameConnection() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInfoOrBuilder
Flag indicating that the connection may be reused to connect.
getScheduleEventMethod() - Static method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc
 
getSegmentId() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The ID of the Segment for which the status is reported
getSegmentId() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
The ID of the Segment for which the status is reported
getSegmentId() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatusOrBuilder
The ID of the Segment for which the status is reported
getSegmentIdentifier() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
The identifier of the Segment
getSegmentIdentifier() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
The identifier of the Segment
getSegmentIdentifier() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorSegmentReferenceOrBuilder
The identifier of the Segment
getSegmentStatus(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
getSegmentStatus(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
Status details of each of the Segments for which Events are being processed.
getSegmentStatus(int) - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusBuilder(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusBuilderList() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusCount() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusCount() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
Status details of each of the Segments for which Events are being processed.
getSegmentStatusCount() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusList() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusList() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
Status details of each of the Segments for which Events are being processed.
getSegmentStatusList() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
Status details of each of the Segments for which Events are being processed.
getSegmentStatusOrBuilder(int) - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusOrBuilderList() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
getSegmentStatusOrBuilderList() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
Status details of each of the Segments for which Events are being processed.
getSegmentStatusOrBuilderList() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
Status details of each of the Segments for which Events are being processed.
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.command.Command
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.Event
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
getSerializedSize() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
getServiceDescriptor() - Static method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc
 
getServiceDescriptor() - Static method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc
 
getServiceDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc
 
getServiceDescriptor() - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
getServiceDescriptor() - Static method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc
 
getSnapshot() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
Flag indicating whether the Event is a snapshot Event
getSnapshot() - Method in class io.axoniq.axonserver.grpc.event.Event
Flag indicating whether the Event is a snapshot Event
getSnapshot() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
Flag indicating whether the Event is a snapshot Event
getSortValues() - Method in interface io.axoniq.axonserver.connector.event.EventQueryResultEntry
Returns the list of values to use to compare the order of this entry to other entries.
getSortValues(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
getSortValues(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The sorting values to use when sorting this response compared to the others.
getSortValues(int) - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The sorting values to use when sorting this response compared to the others.
getSortValuesBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
getSortValuesBuilderList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
getSortValuesCount() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
getSortValuesCount() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The sorting values to use when sorting this response compared to the others.
getSortValuesCount() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The sorting values to use when sorting this response compared to the others.
getSortValuesList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
getSortValuesList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The sorting values to use when sorting this response compared to the others.
getSortValuesList() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The sorting values to use when sorting this response compared to the others.
getSortValuesOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
getSortValuesOrBuilder(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The sorting values to use when sorting this response compared to the others.
getSortValuesOrBuilder(int) - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The sorting values to use when sorting this response compared to the others.
getSortValuesOrBuilderList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
getSortValuesOrBuilderList() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The sorting values to use when sorting this response compared to the others.
getSortValuesOrBuilderList() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The sorting values to use when sorting this response compared to the others.
getSplitEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to split a Segment in a Streaming Event Processor
getSplitEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction to split a Segment in a Streaming Event Processor
getSplitEventProcessorSegment() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction to split a Segment in a Streaming Event Processor
getSplitEventProcessorSegmentBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to split a Segment in a Streaming Event Processor
getSplitEventProcessorSegmentOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to split a Segment in a Streaming Event Processor
getSplitEventProcessorSegmentOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction to split a Segment in a Streaming Event Processor
getSplitEventProcessorSegmentOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction to split a Segment in a Streaming Event Processor
getStartEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Start a Streaming Event Processor.
getStartEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Start a Streaming Event Processor.
getStartEventProcessor() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Start a Streaming Event Processor.
getStartEventProcessorBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Start a Streaming Event Processor.
getStartEventProcessorOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Start a Streaming Event Processor.
getStartEventProcessorOrBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Start a Streaming Event Processor.
getStartEventProcessorOrBuilder() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Start a Streaming Event Processor.
getState(boolean) - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
getSubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to subscribe this component as handler of a specific type of command
getSubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to subscribe this component as handler of a specific type of command
getSubscribe() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to subscribe this component as handler of a specific type of command
getSubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Registers a Query Handler with AxonServer
getSubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Registers a Query Handler with AxonServer
getSubscribe() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Registers a Query Handler with AxonServer
getSubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Start a Subscription Query with the given details.
getSubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Start a Subscription Query with the given details.
getSubscribe() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Start a Subscription Query with the given details.
getSubscribeBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to subscribe this component as handler of a specific type of command
getSubscribeBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Registers a Query Handler with AxonServer
getSubscribeBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Start a Subscription Query with the given details.
getSubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to subscribe this component as handler of a specific type of command
getSubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to subscribe this component as handler of a specific type of command
getSubscribeOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to subscribe this component as handler of a specific type of command
getSubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Registers a Query Handler with AxonServer
getSubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Registers a Query Handler with AxonServer
getSubscribeOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Registers a Query Handler with AxonServer
getSubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Start a Subscription Query with the given details.
getSubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Start a Subscription Query with the given details.
getSubscribeOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Start a Subscription Query with the given details.
getSubscriptionIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A unique identifier for this subscription
getSubscriptionIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
A unique identifier for this subscription
getSubscriptionIdentifier() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
A unique identifier for this subscription
getSubscriptionIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The identifier of the subscription query this is a response for
getSubscriptionIdentifier() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
The identifier of the subscription query this is a response for
getSubscriptionIdentifier() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
The identifier of the subscription query this is a response for
getSubscriptionIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A unique identifier for this subscription
getSubscriptionIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
A unique identifier for this subscription
getSubscriptionIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
A unique identifier for this subscription
getSubscriptionIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The identifier of the subscription query this is a response for
getSubscriptionIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
The identifier of the subscription query this is a response for
getSubscriptionIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
The identifier of the subscription query this is a response for
getSubscriptionMethod() - Static method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc
 
getSubscriptionQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
getSubscriptionQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
getSubscriptionQueryRequest() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
getSubscriptionQueryRequestBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
getSubscriptionQueryRequestOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
getSubscriptionQueryRequestOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
getSubscriptionQueryRequestOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
getSubscriptionQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a response for a Subscription Query that has been received via the inbound stream
getSubscriptionQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Sends a response for a Subscription Query that has been received via the inbound stream
getSubscriptionQueryResponse() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Sends a response for a Subscription Query that has been received via the inbound stream
getSubscriptionQueryResponseBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a response for a Subscription Query that has been received via the inbound stream
getSubscriptionQueryResponseOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a response for a Subscription Query that has been received via the inbound stream
getSubscriptionQueryResponseOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Sends a response for a Subscription Query that has been received via the inbound stream
getSubscriptionQueryResponseOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Sends a response for a Subscription Query that has been received via the inbound stream
getSuccess() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
True when successful, otherwise false
getSuccess() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
True when successful, otherwise false
getSuccess() - Method in interface io.axoniq.axonserver.grpc.event.ConfirmationOrBuilder
True when successful, otherwise false
getSuccess() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Indicator whether the instruction was acknowledged successfully
getSuccess() - Method in class io.axoniq.axonserver.grpc.InstructionAck
Indicator whether the instruction was acknowledged successfully
getSuccess() - Method in interface io.axoniq.axonserver.grpc.InstructionAckOrBuilder
Indicator whether the instruction was acknowledged successfully
getSuccess() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Indicator whether the instruction was processed successfully
getSuccess() - Method in class io.axoniq.axonserver.grpc.InstructionResult
Indicator whether the instruction was processed successfully
getSuccess() - Method in interface io.axoniq.axonserver.grpc.InstructionResultOrBuilder
Indicator whether the instruction was processed successfully
getTags() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Deprecated.
getTags() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
Deprecated.
getTags() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
Deprecated.
getTagsCount() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
getTagsCount() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
getTagsCount() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsMap() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsMap() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsMap() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsOrDefault(String, String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsOrDefault(String, String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsOrDefault(String, String) - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsOrThrow(String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsOrThrow(String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTagsOrThrow(String) - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
Any tags associated with the client, which may provide hints and preferences for setting up connections
getTextValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The text value
getTextValue() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
The text value
getTextValue() - Method in interface io.axoniq.axonserver.grpc.event.QueryValueOrBuilder
The text value
getTextValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The text value of the Meta Data entry.
getTextValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
The text value of the Meta Data entry.
getTextValue() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
The text value of the Meta Data entry.
getTextValueBytes() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The text value
getTextValueBytes() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
The text value
getTextValueBytes() - Method in interface io.axoniq.axonserver.grpc.event.QueryValueOrBuilder
The text value
getTextValueBytes() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The text value of the Meta Data entry.
getTextValueBytes() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
The text value of the Meta Data entry.
getTextValueBytes() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
The text value of the Meta Data entry.
getTimestamp() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The time at which the command was dispatched
getTimestamp() - Method in class io.axoniq.axonserver.grpc.command.Command
The time at which the command was dispatched
getTimestamp() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The time at which the command was dispatched
getTimestamp() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The timestamp of the Event
getTimestamp() - Method in class io.axoniq.axonserver.grpc.event.Event
The timestamp of the Event
getTimestamp() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The timestamp of the Event
getTimestamp() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The timestamp of the Query creation
getTimestamp() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
The timestamp of the Query creation
getTimestamp() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
The timestamp of the Query creation
getTimeUnit() - Method in class io.axoniq.axonserver.connector.impl.ReconnectConfiguration
getToken() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
token of scheduled event to cancel
getToken() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
token of scheduled event to cancel
getToken() - Method in interface io.axoniq.axonserver.grpc.event.CancelScheduledEventRequestOrBuilder
token of scheduled event to cancel
getToken() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The Token representing the position of this Event in the Stream
getToken() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
The Token representing the position of this Event in the Stream
getToken() - Method in interface io.axoniq.axonserver.grpc.event.EventWithTokenOrBuilder
The Token representing the position of this Event in the Stream
getToken() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
optional token of scheduled event to cancel
getToken() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
optional token of scheduled event to cancel
getToken() - Method in interface io.axoniq.axonserver.grpc.event.RescheduleEventRequestOrBuilder
optional token of scheduled event to cancel
getToken() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
Field defining the token identifier
getToken() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
Field defining the token identifier
getToken() - Method in interface io.axoniq.axonserver.grpc.event.ScheduleTokenOrBuilder
Field defining the token identifier
getToken() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
The value of the Token
getToken() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
The value of the Token
getToken() - Method in interface io.axoniq.axonserver.grpc.event.TrackingTokenOrBuilder
The value of the Token
getTokenAt(long) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Retrieves the Token referring to the first Event in the Event Store with a timestamp on or after given instant.
getTokenAt(long) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
getTokenAt(GetTokenAtRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreBlockingStub
Retrieves the token of the first token of an event from specified time in event store.
getTokenAt(GetTokenAtRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreFutureStub
Retrieves the token of the first token of an event from specified time in event store.
getTokenAt(GetTokenAtRequest, StreamObserver<TrackingToken>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Retrieves the token of the first token of an event from specified time in event store.
getTokenAt(GetTokenAtRequest, StreamObserver<TrackingToken>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Retrieves the token of the first token of an event from specified time in event store.
GetTokenAtRequest - Class in io.axoniq.axonserver.grpc.event
Request message to receive the Token that starts streaming events from the given timestamp
GetTokenAtRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request message to receive the Token that starts streaming events from the given timestamp
GetTokenAtRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
getTokenBytes() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
token of scheduled event to cancel
getTokenBytes() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
token of scheduled event to cancel
getTokenBytes() - Method in interface io.axoniq.axonserver.grpc.event.CancelScheduledEventRequestOrBuilder
token of scheduled event to cancel
getTokenBytes() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
optional token of scheduled event to cancel
getTokenBytes() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
optional token of scheduled event to cancel
getTokenBytes() - Method in interface io.axoniq.axonserver.grpc.event.RescheduleEventRequestOrBuilder
optional token of scheduled event to cancel
getTokenBytes() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
Field defining the token identifier
getTokenBytes() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
Field defining the token identifier
getTokenBytes() - Method in interface io.axoniq.axonserver.grpc.event.ScheduleTokenOrBuilder
Field defining the token identifier
getTokenPosition() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The approximate position of the token in the stream.
getTokenPosition() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
The approximate position of the token in the stream.
getTokenPosition() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatusOrBuilder
The approximate position of the token in the stream.
getTokenStoreIdentifier() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The Token Store Identifier if available.
getTokenStoreIdentifier() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
The Token Store Identifier if available.
getTokenStoreIdentifier() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
The Token Store Identifier if available.
getTokenStoreIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The Token Store Identifier if available.
getTokenStoreIdentifierBytes() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
The Token Store Identifier if available.
getTokenStoreIdentifierBytes() - Method in interface io.axoniq.axonserver.grpc.control.EventProcessorInfoOrBuilder
The Token Store Identifier if available.
getToSequenceNr() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
The sequence number of the latest event
getToSequenceNr() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
The sequence number of the latest event
getToSequenceNr() - Method in interface io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponseOrBuilder
The sequence number of the latest event
getTrackingToken() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The token to start streaming from
getTrackingToken() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
The token to start streaming from
getTrackingToken() - Method in interface io.axoniq.axonserver.grpc.event.GetEventsRequestOrBuilder
The token to start streaming from
getType() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The type identifier of the Payload
getType() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
The type identifier of the Payload
getType() - Method in interface io.axoniq.axonserver.grpc.event.PayloadDescriptionOrBuilder
The type identifier of the Payload
getType() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The type identifier of the serialized object.
getType() - Method in class io.axoniq.axonserver.grpc.SerializedObject
The type identifier of the serialized object.
getType() - Method in interface io.axoniq.axonserver.grpc.SerializedObjectOrBuilder
The type identifier of the serialized object.
getTypeBytes() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The type identifier of the Payload
getTypeBytes() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
The type identifier of the Payload
getTypeBytes() - Method in interface io.axoniq.axonserver.grpc.event.PayloadDescriptionOrBuilder
The type identifier of the Payload
getTypeBytes() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The type identifier of the serialized object.
getTypeBytes() - Method in class io.axoniq.axonserver.grpc.SerializedObject
The type identifier of the serialized object.
getTypeBytes() - Method in interface io.axoniq.axonserver.grpc.SerializedObjectOrBuilder
The type identifier of the serialized object.
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.command.Command
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.Event
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
getUnknownFields() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
getUnsubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to unsubscribe this component as handler of a specific type of command
getUnsubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to unsubscribe this component as handler of a specific type of command
getUnsubscribe() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to unsubscribe this component as handler of a specific type of command
getUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Unregisters a Query Handler with AxonServer
getUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Unregisters a Query Handler with AxonServer
getUnsubscribe() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Unregisters a Query Handler with AxonServer
getUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Ends a previously started Subscription Query with the given details
getUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Ends a previously started Subscription Query with the given details
getUnsubscribe() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Ends a previously started Subscription Query with the given details
getUnsubscribeBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to unsubscribe this component as handler of a specific type of command
getUnsubscribeBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Unregisters a Query Handler with AxonServer
getUnsubscribeBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Ends a previously started Subscription Query with the given details
getUnsubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to unsubscribe this component as handler of a specific type of command
getUnsubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to unsubscribe this component as handler of a specific type of command
getUnsubscribeOrBuilder() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to unsubscribe this component as handler of a specific type of command
getUnsubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Unregisters a Query Handler with AxonServer
getUnsubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Unregisters a Query Handler with AxonServer
getUnsubscribeOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Unregisters a Query Handler with AxonServer
getUnsubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Ends a previously started Subscription Query with the given details
getUnsubscribeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Ends a previously started Subscription Query with the given details
getUnsubscribeOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Ends a previously started Subscription Query with the given details
getUpdate() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Update Response
getUpdate() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Provides an Update Response
getUpdate() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Provides an Update Response
getUpdateBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Update Response
getUpdateOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Update Response
getUpdateOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Provides an Update Response
getUpdateOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Provides an Update Response
getUpdateResponseType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A description of the type of Object expected as Update Responses
getUpdateResponseType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
A description of the type of Object expected as Update Responses
getUpdateResponseType() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
A description of the type of Object expected as Update Responses
getUpdateResponseTypeBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A description of the type of Object expected as Update Responses
getUpdateResponseTypeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A description of the type of Object expected as Update Responses
getUpdateResponseTypeOrBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
A description of the type of Object expected as Update Responses
getUpdateResponseTypeOrBuilder() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
A description of the type of Object expected as Update Responses
getValue(String) - Method in interface io.axoniq.axonserver.connector.event.EventQueryResultEntry
Returns the value for the given column, casting it to the desired type.
getValue() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The value associated with the processing key.
getValue() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
The value associated with the processing key.
getValue() - Method in interface io.axoniq.axonserver.grpc.ProcessingInstructionOrBuilder
The value associated with the processing key.
getValueAsBoolean(String) - Method in interface io.axoniq.axonserver.connector.event.EventQueryResultEntry
Returns the boolean value associated with the given column.
getValueAsDouble(String) - Method in interface io.axoniq.axonserver.connector.event.EventQueryResultEntry
Returns the double value associated with the given column.
getValueAsLong(String) - Method in interface io.axoniq.axonserver.connector.event.EventQueryResultEntry
Returns the long value associated with the given column.
getValueAsString(String) - Method in interface io.axoniq.axonserver.connector.event.EventQueryResultEntry
Returns the String value associated with the given column.
getValueBuilder() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The value associated with the processing key.
getValueDescriptor() - Method in enum io.axoniq.axonserver.grpc.ProcessingKey
 
getValueDescriptor() - Method in enum io.axoniq.axonserver.grpc.TaskStatus
 
getValueOrBuilder() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The value associated with the processing key.
getValueOrBuilder() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
The value associated with the processing key.
getValueOrBuilder() - Method in interface io.axoniq.axonserver.grpc.ProcessingInstructionOrBuilder
The value associated with the processing key.
getValues() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
Deprecated.
getValues() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
Deprecated.
getValues() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
Deprecated.
getValuesCount() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
getValuesCount() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
getValuesCount() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The actual data values for each of the columns, as a column name -> value mapping
getValuesMap() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The actual data values for each of the columns, as a column name -> value mapping
getValuesMap() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The actual data values for each of the columns, as a column name -> value mapping
getValuesMap() - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The actual data values for each of the columns, as a column name -> value mapping
getValuesOrDefault(String, QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The actual data values for each of the columns, as a column name -> value mapping
getValuesOrDefault(String, QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The actual data values for each of the columns, as a column name -> value mapping
getValuesOrDefault(String, QueryValue) - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The actual data values for each of the columns, as a column name -> value mapping
getValuesOrThrow(String) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The actual data values for each of the columns, as a column name -> value mapping
getValuesOrThrow(String) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
The actual data values for each of the columns, as a column name -> value mapping
getValuesOrThrow(String) - Method in interface io.axoniq.axonserver.grpc.event.RowResponseOrBuilder
The actual data values for each of the columns, as a column name -> value mapping
getVersion() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Axon framework version used by the client application instance
getVersion() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
Axon framework version used by the client application instance
getVersion() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
Axon framework version used by the client application instance
getVersion() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The version identifier of the API
getVersion() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
The version identifier of the API
getVersion() - Method in interface io.axoniq.axonserver.grpc.control.NodeInfoOrBuilder
The version identifier of the API
getVersionBytes() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Axon framework version used by the client application instance
getVersionBytes() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
Axon framework version used by the client application instance
getVersionBytes() - Method in interface io.axoniq.axonserver.grpc.control.ClientIdentificationOrBuilder
Axon framework version used by the client application instance
GRPC_PORT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.NodeInfo
 
GrpcBufferingInterceptor - Class in io.axoniq.axonserver.connector.impl
Interceptor that immediately requests a number of messages from the server, to increase the flow of messages.
GrpcBufferingInterceptor(int) - Constructor for class io.axoniq.axonserver.connector.impl.GrpcBufferingInterceptor
Initialize the interceptor to ask for additionalBuffer amount of messages from the server.

H

handle(I, ReplyChannel<R>) - Method in interface io.axoniq.axonserver.connector.InstructionHandler
Handle the given instruction, using replyChannel to acknowledge the instruction and reply to AxonServer.
handle(QueryRequest, ReplyChannel<QueryResponse>) - Method in interface io.axoniq.axonserver.connector.query.QueryHandler
Handle the given query, using given responseHandler to send the response(s).
handleIncomingBeat(ReplyChannel<PlatformInboundInstruction>) - Method in class io.axoniq.axonserver.connector.impl.HeartbeatMonitor
Handler of PlatformInboundInstruction requesting a heartbeat from this connector.
hasAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Acknowledgement of previously sent instruction via inbound stream
hasAck() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Acknowledgement of previously sent instruction via inbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Acknowledgement of previously sent instruction via inbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Acknowledgement of previously sent instruction via inbound stream
hasAck() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Acknowledgement of previously sent instruction via inbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Acknowledgement of previously sent instruction via outbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
hasAck() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Acknowledgement of previously sent instruction via inbound stream
hasAck() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Acknowledgement of previously sent instruction via inbound stream
hasBytesValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The binary value of the Meta Data entry.
hasBytesValue() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
The binary value of the Meta Data entry.
hasBytesValue() - Method in interface io.axoniq.axonserver.grpc.MetaDataValueOrBuilder
The binary value of the Meta Data entry.
hasColumns() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response contains the names of the columns the response contains.
hasColumns() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when the response contains the names of the columns the response contains.
hasColumns() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when the response contains the names of the columns the response contains.
hasCommand() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
A command for this component to process
hasCommand() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
A command for this component to process
hasCommand() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderInboundOrBuilder
A command for this component to process
hasCommandResponse() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Sends a result of Command processing
hasCommandResponse() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Sends a result of Command processing
hasCommandResponse() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Sends a result of Command processing
hasComplete() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query is complete, and no more Updates will be sent
hasComplete() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Indicates the Query is complete, and no more Updates will be sent
hasComplete() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Indicates the Query is complete, and no more Updates will be sent
hasCompleteExceptionally() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query failed exceptionally, and no more Updates will be sent
hasCompleteExceptionally() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Indicates the Query failed exceptionally, and no more Updates will be sent
hasCompleteExceptionally() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Indicates the Query failed exceptionally, and no more Updates will be sent
hasError() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Set if instruction acknowledgement failed.
hasError() - Method in class io.axoniq.axonserver.grpc.InstructionAck
Set if instruction acknowledgement failed.
hasError() - Method in interface io.axoniq.axonserver.grpc.InstructionAckOrBuilder
Set if instruction acknowledgement failed.
hasError() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Cause of instruction handling failure.
hasError() - Method in class io.axoniq.axonserver.grpc.InstructionResult
Cause of instruction handling failure.
hasError() - Method in interface io.axoniq.axonserver.grpc.InstructionResultOrBuilder
Cause of instruction handling failure.
hasErrorMessage() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
A detailed description of the error
hasErrorMessage() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
A detailed description of the error
hasErrorMessage() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
A detailed description of the error
hasErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
A detailed description of the error, if any
hasErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
A detailed description of the error, if any
hasErrorMessage() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
A detailed description of the error, if any
hasErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
A detailed description of the error, if any
hasErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
A detailed description of the error, if any
hasErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
A detailed description of the error, if available
hasErrorMessage() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
A detailed description of the error, if available
hasErrorMessage() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder
A detailed description of the error, if available
hasErrorMessage() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
A detailed description of the error, if any
hasEvent() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The actual Event Message
hasEvent() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
The actual Event Message
hasEvent() - Method in interface io.axoniq.axonserver.grpc.event.EventWithTokenOrBuilder
The actual Event Message
hasEvent() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
the event to publish
hasEvent() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
the event to publish
hasEvent() - Method in interface io.axoniq.axonserver.grpc.event.RescheduleEventRequestOrBuilder
the event to publish
hasEvent() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
the event to publish
hasEvent() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
the event to publish
hasEvent() - Method in interface io.axoniq.axonserver.grpc.event.ScheduleEventRequestOrBuilder
the event to publish
hasEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about Processors defined in the application.
hasEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Information about Processors defined in the application.
hasEventProcessorInfo() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Information about Processors defined in the application.
hasFilesCompleted() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when all historic events have been included in the query results
hasFilesCompleted() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when all historic events have been included in the query results
hasFilesCompleted() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when all historic events have been included in the query results
hasFlowControl() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to increase the number of instructions AxonServer may send to this component
hasFlowControl() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to increase the number of instructions AxonServer may send to this component
hasFlowControl() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to increase the number of instructions AxonServer may send to this component
hasFlowControl() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Grant permits to AxonServer to send a number of messages to the client
hasFlowControl() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Grant permits to AxonServer to send a number of messages to the client
hasFlowControl() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Grant permits to AxonServer to send a number of messages to the client
hasFlowControl() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Allows the Server to provide additional Updates to be sent.
hasFlowControl() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Allows the Server to provide additional Updates to be sent.
hasFlowControl() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Allows the Server to provide additional Updates to be sent.
hasGetInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Requests the initial result of a subscription query to be sent.
hasGetInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Requests the initial result of a subscription query to be sent.
hasGetInitialResult() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Requests the initial result of a subscription query to be sent.
hashCode() - Method in class io.axoniq.axonserver.connector.impl.ServerAddress
 
hashCode() - Method in class io.axoniq.axonserver.connector.query.QueryDefinition
 
hashCode() - Method in class io.axoniq.axonserver.grpc.command.Command
 
hashCode() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
hashCode() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
hashCode() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
hashCode() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
hashCode() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
hashCode() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.Event
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
hashCode() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
hashCode() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
hashCode() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
hashCode() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
hashCode() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
hashCode() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
hashCode() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
hashCode() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
hasHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
This heartbeat is used by AxonServer in order to check if the connection is still alive
hasHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
This heartbeat is used by AxonServer in order to check if the connection is still alive
hasHeartbeat() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
This heartbeat is used by AxonServer in order to check if the connection is still alive
hasHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
hasHeartbeat() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
This heartbeat is used by AxonFramework in order to check if the connection is still alive
hasHeartbeat() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
hasInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Initial Response
hasInitialResult() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Provides an Initial Response
hasInitialResult() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Provides an Initial Response
hasLength(String) - Static method in class io.axoniq.axonserver.connector.impl.ObjectUtils
Verify if the given String is not null and is not String.isEmpty().
hasMergeEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to merge two Segments in a Streaming Event Processor
hasMergeEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction to merge two Segments in a Streaming Event Processor
hasMergeEventProcessorSegment() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction to merge two Segments in a Streaming Event Processor
hasNext() - Method in interface io.axoniq.axonserver.connector.event.AggregateEventStream
Indicates whether a new event is available.
hasNext() - Method in class io.axoniq.axonserver.connector.event.impl.BufferedAggregateEventStream
 
hasNodeNotification() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
hasNodeNotification() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
hasNodeNotification() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
hasPauseEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Pause a Streaming Event Processor.
hasPauseEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Pause a Streaming Event Processor.
hasPauseEventProcessor() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Pause a Streaming Event Processor.
hasPayload() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The payload of the Command, providing details on the instructions for the recipient
hasPayload() - Method in class io.axoniq.axonserver.grpc.command.Command
The payload of the Command, providing details on the instructions for the recipient
hasPayload() - Method in interface io.axoniq.axonserver.grpc.command.CommandOrBuilder
The payload of the Command, providing details on the instructions for the recipient
hasPayload() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The payload to provide as a result to the dispatcher
hasPayload() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
The payload to provide as a result to the dispatcher
hasPayload() - Method in interface io.axoniq.axonserver.grpc.command.CommandResponseOrBuilder
The payload to provide as a result to the dispatcher
hasPayload() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Payload of the Event
hasPayload() - Method in class io.axoniq.axonserver.grpc.event.Event
The Payload of the Event
hasPayload() - Method in interface io.axoniq.axonserver.grpc.event.EventOrBuilder
The Payload of the Event
hasPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
A payload accompanying the Query
hasPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
A payload accompanying the Query
hasPayload() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
A payload accompanying the Query
hasPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The Payload of the Response Message
hasPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
The Payload of the Response Message
hasPayload() - Method in interface io.axoniq.axonserver.grpc.query.QueryResponseOrBuilder
The Payload of the Response Message
hasPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The object representing the Update
hasPayload() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
The object representing the Update
hasPayload() - Method in interface io.axoniq.axonserver.grpc.query.QueryUpdateOrBuilder
The object representing the Update
hasPrimary() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
The connection details of the node the client should connect with
hasPrimary() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
The connection details of the node the client should connect with
hasPrimary() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInfoOrBuilder
The connection details of the node the client should connect with
hasQuery() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Query, for which this component is expected to provide a response
hasQuery() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Represents an incoming Query, for which this component is expected to provide a response
hasQuery() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Represents an incoming Query, for which this component is expected to provide a response
hasQueryComplete() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Indicator that all responses for Query have been sent
hasQueryComplete() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Indicator that all responses for Query have been sent
hasQueryComplete() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Indicator that all responses for Query have been sent
hasQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The Query describing the desire for information
hasQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
The Query describing the desire for information
hasQueryRequest() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
The Query describing the desire for information
hasQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a Response to a Query received via the inbound stream
hasQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Sends a Response to a Query received via the inbound stream
hasQueryResponse() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Sends a Response to a Query received via the inbound stream
hasRegister() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about the client being connected.
hasRegister() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
Information about the client being connected.
hasRegister() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
Information about the client being connected.
hasReleaseSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
hasReleaseSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
hasReleaseSegment() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
hasRequestEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer for status information of a specific Streaming Event Processor
hasRequestEventProcessorInfo() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
A request from AxonServer for status information of a specific Streaming Event Processor
hasRequestEventProcessorInfo() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
A request from AxonServer for status information of a specific Streaming Event Processor
hasRequestReconnect() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer to the Application to migrate its connection to another node.
hasRequestReconnect() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
A request from AxonServer to the Application to migrate its connection to another node.
hasRequestReconnect() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
A request from AxonServer to the Application to migrate its connection to another node.
hasResponseType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
An object describing the expectations of the Response Type
hasResponseType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
An object describing the expectations of the Response Type
hasResponseType() - Method in interface io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder
An object describing the expectations of the Response Type
hasResult() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
The result of the execution of an instruction
hasResult() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
The result of the execution of an instruction
hasResult() - Method in interface io.axoniq.axonserver.grpc.control.PlatformInboundInstructionOrBuilder
The result of the execution of an instruction
hasRow() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response message contains results of the Query
hasRow() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
Provided when the response message contains results of the Query
hasRow() - Method in interface io.axoniq.axonserver.grpc.event.QueryEventsResponseOrBuilder
Provided when the response message contains results of the Query
hasSplitEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to split a Segment in a Streaming Event Processor
hasSplitEventProcessorSegment() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction to split a Segment in a Streaming Event Processor
hasSplitEventProcessorSegment() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction to split a Segment in a Streaming Event Processor
hasStartEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Start a Streaming Event Processor.
hasStartEventProcessor() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
Instruction from AxonServer to Start a Streaming Event Processor.
hasStartEventProcessor() - Method in interface io.axoniq.axonserver.grpc.control.PlatformOutboundInstructionOrBuilder
Instruction from AxonServer to Start a Streaming Event Processor.
hasSubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to subscribe this component as handler of a specific type of command
hasSubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to subscribe this component as handler of a specific type of command
hasSubscribe() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to subscribe this component as handler of a specific type of command
hasSubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Registers a Query Handler with AxonServer
hasSubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Registers a Query Handler with AxonServer
hasSubscribe() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Registers a Query Handler with AxonServer
hasSubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Start a Subscription Query with the given details.
hasSubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Start a Subscription Query with the given details.
hasSubscribe() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Start a Subscription Query with the given details.
hasSubscriptionQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
hasSubscriptionQueryRequest() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
hasSubscriptionQueryRequest() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderInboundOrBuilder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
hasSubscriptionQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a response for a Subscription Query that has been received via the inbound stream
hasSubscriptionQueryResponse() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Sends a response for a Subscription Query that has been received via the inbound stream
hasSubscriptionQueryResponse() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Sends a response for a Subscription Query that has been received via the inbound stream
hasUnsubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to unsubscribe this component as handler of a specific type of command
hasUnsubscribe() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
Instruction to unsubscribe this component as handler of a specific type of command
hasUnsubscribe() - Method in interface io.axoniq.axonserver.grpc.command.CommandProviderOutboundOrBuilder
Instruction to unsubscribe this component as handler of a specific type of command
hasUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Unregisters a Query Handler with AxonServer
hasUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
Unregisters a Query Handler with AxonServer
hasUnsubscribe() - Method in interface io.axoniq.axonserver.grpc.query.QueryProviderOutboundOrBuilder
Unregisters a Query Handler with AxonServer
hasUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Ends a previously started Subscription Query with the given details
hasUnsubscribe() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
Ends a previously started Subscription Query with the given details
hasUnsubscribe() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryRequestOrBuilder
Ends a previously started Subscription Query with the given details
hasUpdate() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Update Response
hasUpdate() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
Provides an Update Response
hasUpdate() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryResponseOrBuilder
Provides an Update Response
hasUpdateResponseType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A description of the type of Object expected as Update Responses
hasUpdateResponseType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
A description of the type of Object expected as Update Responses
hasUpdateResponseType() - Method in interface io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder
A description of the type of Object expected as Update Responses
hasValue() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The value associated with the processing key.
hasValue() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
The value associated with the processing key.
hasValue() - Method in interface io.axoniq.axonserver.grpc.ProcessingInstructionOrBuilder
The value associated with the processing key.
HeaderAttachingInterceptor<T> - Class in io.axoniq.axonserver.connector.impl
Interceptor around a gRPC request to add header information as metadata to a message.
HeaderAttachingInterceptor(Metadata.Key<T>, T) - Constructor for class io.axoniq.axonserver.connector.impl.HeaderAttachingInterceptor
Constructs a HeaderAttachingInterceptor attaching metadata using the given header as key, paired with the given value
Headers - Class in io.axoniq.axonserver.connector.impl
Utility class containing header definitions.
Heartbeat - Class in io.axoniq.axonserver.grpc.control
Protobuf type io.axoniq.axonserver.grpc.control.Heartbeat
Heartbeat.Builder - Class in io.axoniq.axonserver.grpc.control
Protobuf type io.axoniq.axonserver.grpc.control.Heartbeat
HEARTBEAT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
HEARTBEAT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
HeartbeatMonitor - Class in io.axoniq.axonserver.connector.impl
Monitor dealing with all the logic around sending out heartbeats.
HeartbeatMonitor(ScheduledExecutorService, HeartbeatSender, Runnable) - Constructor for class io.axoniq.axonserver.connector.impl.HeartbeatMonitor
Constructs a HeartbeatMonitor.
HeartbeatOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
HeartbeatSender - Interface in io.axoniq.axonserver.connector.impl
Functional interface defining a method to send heartbeats with.
HOST_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.NodeInfo
 
HTTP_PORT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.NodeInfo
 

I

ID_VALUES_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.RowResponse
 
INITIAL_RESULT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
INITIAL_SEQUENCE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
INITIAL_SEQUENCE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
initialResult() - Method in interface io.axoniq.axonserver.connector.query.SubscriptionQueryResult
Returns a CompletableFuture that completes when the initial result of the query is available.
INSTANT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
INSTANT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
INSTANT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
INSTRUCTION_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
INSTRUCTION_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
INSTRUCTION_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
INSTRUCTION_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
INSTRUCTION_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.InstructionAck
 
INSTRUCTION_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.InstructionResult
 
INSTRUCTION_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
INSTRUCTION_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
InstructionAck - Class in io.axoniq.axonserver.grpc
Message describing instruction acknowledgement
InstructionAck.Builder - Class in io.axoniq.axonserver.grpc
Message describing instruction acknowledgement
InstructionAckOrBuilder - Interface in io.axoniq.axonserver.grpc
 
InstructionHandler<I,R> - Interface in io.axoniq.axonserver.connector
Interface describing a component that is capable of handling instructions coming from AxonServer.
InstructionResult - Class in io.axoniq.axonserver.grpc
Message describing the result of the execution of an instruction
InstructionResult.Builder - Class in io.axoniq.axonserver.grpc
Message describing the result of the execution of an instruction
InstructionResultOrBuilder - Interface in io.axoniq.axonserver.grpc
 
interceptCall(MethodDescriptor<REQ, RESP>, CallOptions, Channel) - Method in class io.axoniq.axonserver.connector.impl.GrpcBufferingInterceptor
 
interceptCall(MethodDescriptor<REQ, RESP>, CallOptions, Channel) - Method in class io.axoniq.axonserver.connector.impl.HeaderAttachingInterceptor
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.Command
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.Event
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
internalGetFieldAccessorTable() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.command.Command
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.event.Event
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
internalGetMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
internalGetMutableMapField(int) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
internalGetMutableMapField(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
internalGetMutableMapField(int) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
internalGetMutableMapField(int) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
internalGetMutableMapField(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
internalGetMutableMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
internalGetMutableMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
internalGetMutableMapField(int) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
internalGetValueMap() - Static method in enum io.axoniq.axonserver.grpc.ProcessingKey
 
internalGetValueMap() - Static method in enum io.axoniq.axonserver.grpc.TaskStatus
 
io.axoniq.axonserver.connector - package io.axoniq.axonserver.connector
 
io.axoniq.axonserver.connector.command - package io.axoniq.axonserver.connector.command
 
io.axoniq.axonserver.connector.command.impl - package io.axoniq.axonserver.connector.command.impl
 
io.axoniq.axonserver.connector.control - package io.axoniq.axonserver.connector.control
 
io.axoniq.axonserver.connector.event - package io.axoniq.axonserver.connector.event
 
io.axoniq.axonserver.connector.event.impl - package io.axoniq.axonserver.connector.event.impl
 
io.axoniq.axonserver.connector.impl - package io.axoniq.axonserver.connector.impl
 
io.axoniq.axonserver.connector.query - package io.axoniq.axonserver.connector.query
 
io.axoniq.axonserver.connector.query.impl - package io.axoniq.axonserver.connector.query.impl
 
io.axoniq.axonserver.grpc - package io.axoniq.axonserver.grpc
 
io.axoniq.axonserver.grpc.command - package io.axoniq.axonserver.grpc.command
 
io.axoniq.axonserver.grpc.control - package io.axoniq.axonserver.grpc.control
 
io.axoniq.axonserver.grpc.event - package io.axoniq.axonserver.grpc.event
 
io.axoniq.axonserver.grpc.query - package io.axoniq.axonserver.grpc.query
 
IS_STREAMING_PROCESSOR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
isClosed() - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
isClosed() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Check whether this buffer has been closed off
isClosed() - Method in interface io.axoniq.axonserver.connector.ResultStream
Indicates whether the current stream is closed for further reading.
isConnected() - Method in interface io.axoniq.axonserver.connector.AxonServerConnection
Indicates whether the underlying connection is active.
isConnected() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
 
isConnectionFailed() - Method in interface io.axoniq.axonserver.connector.AxonServerConnection
Indicates whether the underlying connection failed.
isConnectionFailed() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
 
isForcePlatformReconnect() - Method in class io.axoniq.axonserver.connector.impl.ReconnectConfiguration
Return whether a platform reconnect should be enforced.
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.Command
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.Event
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
isInitialized() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
isReady() - Method in interface io.axoniq.axonserver.connector.AxonServerConnection
Indicates whether the connection is ready to process and receive instructions.
isReady() - Method in class io.axoniq.axonserver.connector.command.impl.CommandChannelImpl
 
isReady() - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
isReady() - Method in class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
Validate whether this channel has all required streams connected with AxonServer.
isReady() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
Indicates whether the channel is READY, meaning is is connected to an Axon Server instance, and ready to accept calls.
isReady() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
 
isReady() - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
isReady() - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
isReady() - Method in class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
 
isShutdown() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
isTerminated() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 

K

KEY_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.ProcessingInstruction
 

L

listAggregateEvents(GetAggregateEventsRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreBlockingStub
Retrieves the Events for a given aggregate.
listAggregateEvents(GetAggregateEventsRequest, StreamObserver<Event>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Retrieves the Events for a given aggregate.
listAggregateEvents(GetAggregateEventsRequest, StreamObserver<Event>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Retrieves the Events for a given aggregate.
listAggregateSnapshots(GetAggregateSnapshotsRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreBlockingStub
Retrieves the Snapshots for a given aggregate.
listAggregateSnapshots(GetAggregateSnapshotsRequest, StreamObserver<Event>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Retrieves the Snapshots for a given aggregate.
listAggregateSnapshots(GetAggregateSnapshotsRequest, StreamObserver<Event>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Retrieves the Snapshots for a given aggregate.
listEvents(StreamObserver<EventWithToken>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Retrieves the Events from a given tracking token.
listEvents(StreamObserver<EventWithToken>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Retrieves the Events from a given tracking token.
LIVE_EVENTS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
LOAD_FACTOR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
loadSnapshot(String) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Loads the Snapshot Event for the given aggregateIdentifier with the highest sequence number.
loadSnapshots(String, long, int) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Loads Snapshot Events for the given aggregateIdentifier with sequence number lower or equal to maxSequence, returning at most maxResults number of snapshots.
loadSnapshots(String, long, long, int) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Loads Snapshot Events for the given aggregateIdentifier with sequence number between initialSequence and maxSequence (inclusive), returning at most maxResults number of snapshots.
loadSnapshots(String, long, long, int) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
LOCATION_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.ErrorMessage
 

M

markConsumed() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledStream
Notifier when an entry has been consumed from this stream.
MAX_RESULTS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
MAX_SEQUENCE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
MAX_SEQUENCE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
maxInboundMessageSize(int) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Sets the maximum size for inbound messages.
MERGE_EVENT_PROCESSOR_SEGMENT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
mergeAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
mergeAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
mergeAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Acknowledgement of previously sent instruction via outbound stream
mergeAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Acknowledgement of previously sent instruction via inbound stream
mergeAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
mergeAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
mergeBytesValue(SerializedObject) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The binary value of the Meta Data entry.
mergeColumns(ColumnsResponse) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response contains the names of the columns the response contains.
mergeCommand(Command) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
A command for this component to process
mergeCommandResponse(CommandResponse) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Sends a result of Command processing
mergeComplete(QueryUpdateComplete) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query is complete, and no more Updates will be sent
mergeCompleteExceptionally(QueryUpdateCompleteExceptionally) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query failed exceptionally, and no more Updates will be sent
mergeError(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Set if instruction acknowledgement failed.
mergeError(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Cause of instruction handling failure.
mergeErrorMessage(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
A detailed description of the error
mergeErrorMessage(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
A detailed description of the error, if any
mergeErrorMessage(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
A detailed description of the error, if any
mergeErrorMessage(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
A detailed description of the error, if available
mergeEvent(Event) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The actual Event Message
mergeEvent(Event) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
the event to publish
mergeEvent(Event) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
the event to publish
mergeEventProcessorInfo(EventProcessorInfo) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about Processors defined in the application.
mergeFilesCompleted(Confirmation) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when all historic events have been included in the query results
mergeFlowControl(FlowControl) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to increase the number of instructions AxonServer may send to this component
mergeFlowControl(FlowControl) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Grant permits to AxonServer to send a number of messages to the client
mergeFlowControl(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Allows the Server to provide additional Updates to be sent.
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
mergeFrom(Command) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
mergeFrom(CommandProviderInbound) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
mergeFrom(CommandProviderOutbound) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
mergeFrom(CommandResponse) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
mergeFrom(CommandSubscription) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
mergeFrom(ClientIdentification) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
mergeFrom(EventProcessorInfo) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
mergeFrom(EventProcessorInfo.SegmentStatus) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
mergeFrom(EventProcessorReference) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
mergeFrom(EventProcessorSegmentReference) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
mergeFrom(Heartbeat) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
mergeFrom(NodeInfo) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
mergeFrom(PlatformInboundInstruction) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
mergeFrom(PlatformInfo) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
mergeFrom(PlatformOutboundInstruction) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
mergeFrom(RequestReconnect) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
mergeFrom(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
mergeFrom(CancelScheduledEventRequest) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
mergeFrom(ColumnsResponse) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
mergeFrom(Confirmation) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
mergeFrom(Event) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
mergeFrom(EventWithToken) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
mergeFrom(GetAggregateEventsRequest) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
mergeFrom(GetAggregateSnapshotsRequest) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
mergeFrom(GetEventsRequest) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
mergeFrom(GetFirstTokenRequest) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
mergeFrom(GetLastTokenRequest) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
mergeFrom(GetTokenAtRequest) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
mergeFrom(PayloadDescription) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
mergeFrom(QueryEventsRequest) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
mergeFrom(QueryEventsResponse) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
mergeFrom(QueryValue) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
mergeFrom(ReadHighestSequenceNrRequest) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
mergeFrom(ReadHighestSequenceNrResponse) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
mergeFrom(RescheduleEventRequest) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
mergeFrom(RowResponse) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
mergeFrom(ScheduleEventRequest) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
mergeFrom(ScheduleToken) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
mergeFrom(TrackingToken) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
mergeFrom(FlowControl) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
mergeFrom(InstructionAck) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
mergeFrom(InstructionResult) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
mergeFrom(MetaDataValue) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
mergeFrom(ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
mergeFrom(QueryComplete) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
mergeFrom(QueryProviderInbound) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
mergeFrom(QueryProviderOutbound) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
mergeFrom(QueryRequest) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
mergeFrom(QueryResponse) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
mergeFrom(QuerySubscription) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
mergeFrom(QueryUpdate) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
mergeFrom(QueryUpdateComplete) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
mergeFrom(QueryUpdateCompleteExceptionally) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
mergeFrom(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
mergeFrom(SubscriptionQueryRequest) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
mergeFrom(SubscriptionQueryResponse) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
mergeFrom(Message) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
mergeFrom(SerializedObject) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
mergeGetInitialResult(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Requests the initial result of a subscription query to be sent.
mergeHandler(Map<String, ProcessorInstructionHandler>) - Static method in class io.axoniq.axonserver.connector.impl.ProcessorInstructions
Provides a InstructionHandler which handles a processor's merge request from AxonServer and sends it to the right client(s).
mergeHeartbeat(Heartbeat) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
This heartbeat is used by AxonServer in order to check if the connection is still alive
mergeHeartbeat(Heartbeat) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
mergeInitialResult(QueryResponse) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Initial Response
mergeMergeEventProcessorSegment(EventProcessorSegmentReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to merge two Segments in a Streaming Event Processor
mergeNodeNotification(NodeInfo) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
mergePauseEventProcessor(EventProcessorReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Pause a Streaming Event Processor.
mergePayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The payload of the Command, providing details on the instructions for the recipient
mergePayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The payload to provide as a result to the dispatcher
mergePayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Payload of the Event
mergePayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
A payload accompanying the Query
mergePayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The Payload of the Response Message
mergePayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The object representing the Update
mergePrimary(NodeInfo) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
The connection details of the node the client should connect with
mergeQuery(QueryRequest) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Query, for which this component is expected to provide a response
mergeQueryComplete(QueryComplete) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Indicator that all responses for Query have been sent
mergeQueryRequest(QueryRequest) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The Query describing the desire for information
mergeQueryResponse(QueryResponse) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a Response to a Query received via the inbound stream
mergeRegister(ClientIdentification) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about the client being connected.
mergeReleaseSegment(EventProcessorSegmentReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
mergeRequestEventProcessorInfo(EventProcessorReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer for status information of a specific Streaming Event Processor
mergeRequestReconnect(RequestReconnect) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer to the Application to migrate its connection to another node.
mergeResponseType(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
An object describing the expectations of the Response Type
mergeResult(InstructionResult) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
The result of the execution of an instruction
mergeRow(RowResponse) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response message contains results of the Query
mergeSegment(int) - Method in interface io.axoniq.axonserver.connector.control.ProcessorInstructionHandler
Instruction to merge the segment with given segmentId with its counterpart.
mergeSplitEventProcessorSegment(EventProcessorSegmentReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to split a Segment in a Streaming Event Processor
mergeStartEventProcessor(EventProcessorReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Start a Streaming Event Processor.
mergeSubscribe(CommandSubscription) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to subscribe this component as handler of a specific type of command
mergeSubscribe(QuerySubscription) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Registers a Query Handler with AxonServer
mergeSubscribe(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Start a Subscription Query with the given details.
mergeSubscriptionQueryRequest(SubscriptionQueryRequest) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
mergeSubscriptionQueryResponse(SubscriptionQueryResponse) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a response for a Subscription Query that has been received via the inbound stream
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
mergeUnsubscribe(CommandSubscription) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to unsubscribe this component as handler of a specific type of command
mergeUnsubscribe(QuerySubscription) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Unregisters a Query Handler with AxonServer
mergeUnsubscribe(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Ends a previously started Subscription Query with the given details
mergeUpdate(QueryUpdate) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Update Response
mergeUpdateResponseType(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A description of the type of Object expected as Update Responses
mergeValue(MetaDataValue) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The value associated with the processing key.
MESSAGE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.ErrorMessage
 
MESSAGE_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
MESSAGE_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryComplete
 
MESSAGE_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
MESSAGE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.Command
 
MESSAGE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandResponse
 
MESSAGE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Event
 
MESSAGE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
MESSAGE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryResponse
 
MESSAGE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
MESSAGE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
MessageFactory - Class in io.axoniq.axonserver.connector.impl
Utility class to build simple messages.
META_DATA_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.Command
 
META_DATA_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandResponse
 
META_DATA_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Event
 
META_DATA_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
META_DATA_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryResponse
 
META_DATA_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
MetaDataValue - Class in io.axoniq.axonserver.grpc
The value of a MetaData entry.
MetaDataValue.Builder - Class in io.axoniq.axonserver.grpc
The value of a MetaData entry.
MetaDataValue.DataCase - Enum in io.axoniq.axonserver.grpc
 
MetaDataValueOrBuilder - Interface in io.axoniq.axonserver.grpc
 
MIN_TOKEN_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
MODE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 

N

NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.Command
 
newBlockingStub(Channel) - Static method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class io.axoniq.axonserver.grpc.command.Command
 
newBuilder(Command) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
newBuilder(CommandProviderInbound) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
newBuilder(CommandProviderOutbound) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
newBuilder(CommandResponse) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
newBuilder(CommandSubscription) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
newBuilder(ClientIdentification) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
newBuilder(EventProcessorInfo) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
newBuilder(EventProcessorInfo.SegmentStatus) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
newBuilder(EventProcessorReference) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
newBuilder(EventProcessorSegmentReference) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
newBuilder(Heartbeat) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
newBuilder(NodeInfo) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
newBuilder(PlatformInboundInstruction) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
newBuilder(PlatformInfo) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
newBuilder(PlatformOutboundInstruction) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
newBuilder(RequestReconnect) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
newBuilder(ErrorMessage) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
newBuilder(CancelScheduledEventRequest) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
newBuilder(ColumnsResponse) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
newBuilder(Confirmation) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.Event
 
newBuilder(Event) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
newBuilder(EventWithToken) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
newBuilder(GetAggregateEventsRequest) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
newBuilder(GetAggregateSnapshotsRequest) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
newBuilder(GetEventsRequest) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
newBuilder(GetFirstTokenRequest) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
newBuilder(GetLastTokenRequest) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
newBuilder(GetTokenAtRequest) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
newBuilder(PayloadDescription) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
newBuilder(QueryEventsRequest) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
newBuilder(QueryEventsResponse) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
newBuilder(QueryValue) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
newBuilder(ReadHighestSequenceNrRequest) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
newBuilder(ReadHighestSequenceNrResponse) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
newBuilder(RescheduleEventRequest) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
newBuilder(RowResponse) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
newBuilder(ScheduleEventRequest) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
newBuilder(ScheduleToken) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
newBuilder(TrackingToken) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
newBuilder(FlowControl) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
newBuilder(InstructionAck) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
newBuilder(InstructionResult) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
newBuilder(MetaDataValue) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
newBuilder(ProcessingInstruction) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
newBuilder(QueryComplete) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
newBuilder(QueryProviderInbound) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
newBuilder(QueryProviderOutbound) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
newBuilder(QueryRequest) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
newBuilder(QueryResponse) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
newBuilder(QuerySubscription) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
newBuilder(QueryUpdate) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
newBuilder(QueryUpdateComplete) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
newBuilder(QueryUpdateCompleteExceptionally) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
newBuilder(SubscriptionQuery) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
newBuilder(SubscriptionQueryRequest) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
newBuilder(SubscriptionQueryResponse) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
newBuilder() - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
newBuilder(SerializedObject) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.command.Command
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.command.Command
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.Event
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.Event
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.FlowControl
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
newBuilderForType() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
newCall(MethodDescriptor<REQ, RESP>, CallOptions) - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
newFutureStub(Channel) - Static method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc
Creates a new async stub that supports all call types for the service
newThread(Runnable) - Method in class io.axoniq.axonserver.connector.impl.AxonConnectorThreadFactory
 
next() - Method in interface io.axoniq.axonserver.connector.event.AggregateEventStream
Returns the next available event, possibly blocking until one becomes available for reading.
next() - Method in class io.axoniq.axonserver.connector.event.impl.BufferedAggregateEventStream
 
next() - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
next() - Method in interface io.axoniq.axonserver.connector.ResultStream
Consumes the next available element in the stream, waiting for an element to become available, or for the buffer to be closed.
nextIfAvailable() - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
nextIfAvailable(long, TimeUnit) - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
nextIfAvailable() - Method in interface io.axoniq.axonserver.connector.ResultStream
Consumes the next available element in the stream, if available.
nextIfAvailable(long, TimeUnit) - Method in interface io.axoniq.axonserver.connector.ResultStream
Consumes the next available element in the stream, waiting for at most timeout (in given unit) for an element to become available.
NODE_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.NodeInfo
 
NODE_NOTIFICATION_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
NodeInfo - Class in io.axoniq.axonserver.grpc.control
Message containing connection information for an AxonServer Node
NodeInfo.Builder - Class in io.axoniq.axonserver.grpc.control
Message containing connection information for an AxonServer Node
NodeInfoOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
nonNullOrDefault(T, T) - Static method in class io.axoniq.axonserver.connector.impl.ObjectUtils
Returns the given instance if it is not null.
notifyWhenStateChanged(ConnectivityState, Runnable) - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
NR_OF_RESULTS_VALUE - Static variable in enum io.axoniq.axonserver.grpc.ProcessingKey
key indicating that the requester expects at most the given number of results from this message.
NUMBER_OF_PERMITS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
NUMBER_OF_PERMITS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
NUMBER_OF_PERMITS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
NUMBER_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryValue
 
NUMBER_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.MetaDataValue
 

O

ObjectUtils - Class in io.axoniq.axonserver.connector.impl
Several general utilities to deal with objects and the like.
ObjectUtils.OrElse - Class in io.axoniq.axonserver.connector.impl
Class allowing the invocation of a given Runnable depending on whether the previous operation was executed, formulated as a boolean.
onAck(Runnable) - Method in class io.axoniq.axonserver.connector.impl.AsyncRegistration
 
onAck(Runnable) - Method in interface io.axoniq.axonserver.connector.Registration
Registers the given runnable to this Registration to be executed when the acknowledgement of this Registration is received.
onAvailable(Runnable) - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
onAvailable(Runnable) - Method in interface io.axoniq.axonserver.connector.ResultStream
Sets the given callback to execute when data is available for reading, or the stream has been closed.
onCloseRequested(Runnable) - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
Adds the given handler to a collection of Runnables to be invoked when the stream is closed by the server.
onCompleted() - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
onCompleted() - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
 
onCompleted() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
 
onCompleted() - Method in class io.axoniq.axonserver.connector.impl.FutureStreamObserver
 
onCompleted() - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
onCompleted() - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryStream
 
onCompleted() - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryUpdateBuffer
 
ONE_PART_OF_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
onError(Throwable) - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
onError(Throwable) - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
 
onError(Throwable) - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
 
onError(Throwable) - Method in class io.axoniq.axonserver.connector.impl.FutureStreamObserver
 
onError(Throwable) - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
onError(Throwable) - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryStream
 
onError(Throwable) - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryUpdateBuffer
 
onNext(T) - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
onNext(IN) - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
 
onNext(T) - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
 
onNext(T) - Method in class io.axoniq.axonserver.connector.impl.FutureStreamObserver
 
onNext(T) - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
onNext(SubscriptionQueryResponse) - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryStream
 
onNext(QueryUpdate) - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryUpdateBuffer
 
openAggregateStream(String) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Opens a stream for consuming Events from a single aggregate, allowing the first event to be a Snapshot Event.
openAggregateStream(String, boolean) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Opens a stream for consuming Events from a single aggregate, with given allowSnapshots indicating whether the first Event may be a Snapshot Event.
openAggregateStream(String, long) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Opens a stream for consuming Events from a single aggregate, starting with the given initialSequence.
openAggregateStream(String, long, long) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Opens a stream for consuming Events from a single aggregate, starting with the given initialSequence until the given maxSequence.
openAggregateStream(String, boolean) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
openAggregateStream(String, long, long) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
openStream(long, int) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Opens an EventStream, for sequentially consuming events from AxonServer, starting at given token and keeping a local buffer of bufferSize.
openStream(long, int, int) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Open an EventStream, for sequentially consuming events from AxonServer, starting at given token and keeping a local buffer of bufferSize, which is refilled after consuming refillBatch items.
openStream(long, int, int, boolean) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Open an EventStream, for sequentially consuming events from AxonServer, starting at given token and keeping a local buffer of bufferSize, which is refilled after consuming refillBatch items.
openStream(long, int, int, boolean) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
openStream(StreamObserver<CommandProviderInbound>) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceImplBase
Opens a stream allowing clients to register command handlers and receive commands.
openStream(StreamObserver<CommandProviderInbound>) - Method in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc.CommandServiceStub
Opens a stream allowing clients to register command handlers and receive commands.
openStream(StreamObserver<PlatformOutboundInstruction>) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceImplBase
Opens an instruction stream to the Platform, allowing AxonServer to provide management instructions to the application
openStream(StreamObserver<PlatformOutboundInstruction>) - Method in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceStub
Opens an instruction stream to the Platform, allowing AxonServer to provide management instructions to the application
openStream(StreamObserver<QueryProviderInbound>) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceImplBase
Opens a Query- and Instruction stream to AxonServer.
openStream(StreamObserver<QueryProviderInbound>) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceStub
Opens a Query- and Instruction stream to AxonServer.
OrElse(boolean) - Constructor for class io.axoniq.axonserver.connector.impl.ObjectUtils.OrElse
Constructs an ObjectUtils.OrElse with the given executeRunnable defining if the ObjectUtils.OrElse.orElse(Runnable) Runnable should be executed.
orElse(Runnable) - Method in class io.axoniq.axonserver.connector.impl.ObjectUtils.OrElse
Runs the given runnable depending on whether the previous executable was invoked, formulated through the executeRunnable set in the constructor.
outboundStream() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledStream
Return the ClientCallStreamObserver serving as the outbound stream.

P

parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parseFrom(ByteBuffer) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(ByteString) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(byte[]) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(InputStream) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(CodedInputStream) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
parser() - Static method in class io.axoniq.axonserver.grpc.command.Command
 
parser() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
parser() - Static method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
parser() - Static method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
parser() - Static method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
parser() - Static method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
parser() - Static method in class io.axoniq.axonserver.grpc.ErrorMessage
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.Confirmation
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.Event
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.QueryValue
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.RowResponse
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
parser() - Static method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
parser() - Static method in class io.axoniq.axonserver.grpc.FlowControl
 
parser() - Static method in class io.axoniq.axonserver.grpc.InstructionAck
 
parser() - Static method in class io.axoniq.axonserver.grpc.InstructionResult
 
parser() - Static method in class io.axoniq.axonserver.grpc.MetaDataValue
 
parser() - Static method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
parser() - Static method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
parser() - Static method in class io.axoniq.axonserver.grpc.SerializedObject
 
pause() - Method in class io.axoniq.axonserver.connector.impl.HeartbeatMonitor
Pause the process of sending out heartbeats by this monitor.
PAUSE_EVENT_PROCESSOR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
pauseHandler(Map<String, ProcessorInstructionHandler>) - Static method in class io.axoniq.axonserver.connector.impl.ProcessorInstructions
Provides a InstructionHandler which handles a processor's pause request from AxonServer and sends it to the right client(s).
pauseProcessor() - Method in interface io.axoniq.axonserver.connector.control.ProcessorInstructionHandler
Instruction to pause the processor for which this handler was registered.
PAYLOAD_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.Command
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandResponse
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Event
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryResponse
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
PayloadDescription - Class in io.axoniq.axonserver.grpc.event
Description of a Payload Type
PayloadDescription.Builder - Class in io.axoniq.axonserver.grpc.event
Description of a Payload Type
PayloadDescriptionOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
peek() - Method in class io.axoniq.axonserver.connector.impl.AbstractBufferedStream
 
peek() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Retrieves, but does not remove, the first entry of this buffer, or returns null if the buffer is empty.
peek() - Method in interface io.axoniq.axonserver.connector.ResultStream
Returns the next available element in the stream, if available, without consuming it from the stream.
PERMITS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.FlowControl
 
PlatformInboundInstruction - Class in io.axoniq.axonserver.grpc.control
An instruction from Application Node to the AxonServer platform
PlatformInboundInstruction.Builder - Class in io.axoniq.axonserver.grpc.control
An instruction from Application Node to the AxonServer platform
PlatformInboundInstruction.RequestCase - Enum in io.axoniq.axonserver.grpc.control
 
PlatformInboundInstructionOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
PlatformInfo - Class in io.axoniq.axonserver.grpc.control
Message containing connection information of the node to Connect with
PlatformInfo.Builder - Class in io.axoniq.axonserver.grpc.control
Message containing connection information of the node to Connect with
PlatformInfoOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
PlatformOutboundInstruction - Class in io.axoniq.axonserver.grpc.control
An instruction or information from the AxonServer Platform to the Application Node
PlatformOutboundInstruction.Builder - Class in io.axoniq.axonserver.grpc.control
An instruction or information from the AxonServer Platform to the Application Node
PlatformOutboundInstruction.RequestCase - Enum in io.axoniq.axonserver.grpc.control
 
PlatformOutboundInstructionOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
PlatformServiceGrpc - Class in io.axoniq.axonserver.grpc.control
Service describing operations for connecting to the AxonServer platform.
PlatformServiceGrpc.PlatformServiceBlockingStub - Class in io.axoniq.axonserver.grpc.control
Service describing operations for connecting to the AxonServer platform.
PlatformServiceGrpc.PlatformServiceFutureStub - Class in io.axoniq.axonserver.grpc.control
Service describing operations for connecting to the AxonServer platform.
PlatformServiceGrpc.PlatformServiceImplBase - Class in io.axoniq.axonserver.grpc.control
Service describing operations for connecting to the AxonServer platform.
PlatformServiceGrpc.PlatformServiceStub - Class in io.axoniq.axonserver.grpc.control
Service describing operations for connecting to the AxonServer platform.
PlatformServiceImplBase() - Constructor for class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc.PlatformServiceImplBase
 
prepareDisconnect() - Method in interface io.axoniq.axonserver.connector.command.CommandChannel
Prepares this CommandChannel to disconnect, by unsubscribing all registered command handlers.
prepareDisconnect() - Method in class io.axoniq.axonserver.connector.command.impl.CommandChannelImpl
 
prepareDisconnect() - Method in class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
 
prepareDisconnect() - Method in interface io.axoniq.axonserver.connector.query.QueryChannel
Prepares this QueryChannel to disconnect, by unsubscribing all registered query handlers.
PRIMARY_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
PRIORITY_VALUE - Static variable in enum io.axoniq.axonserver.grpc.ProcessingKey
key indicating that the attached value indicates relative priority of this message.
processAck(InstructionAck) - Method in class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
Process the given ack by completing the instruction it refers to, if any can be found.
PROCESSING_INSTRUCTIONS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.Command
 
PROCESSING_INSTRUCTIONS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandResponse
 
PROCESSING_INSTRUCTIONS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
PROCESSING_INSTRUCTIONS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryResponse
 
ProcessingInstruction - Class in io.axoniq.axonserver.grpc
An instruction for routing components when routing or processing a message.
ProcessingInstruction.Builder - Class in io.axoniq.axonserver.grpc
An instruction for routing components when routing or processing a message.
ProcessingInstructionOrBuilder - Interface in io.axoniq.axonserver.grpc
 
ProcessingKey - Enum in io.axoniq.axonserver.grpc
An enumeration of possible keys for processing instructions.
PROCESSOR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
PROCESSOR_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
PROCESSOR_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
PROCESSOR_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
processorInfoUpdateFrequency(long, TimeUnit) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Sets the frequency in which the status of all Event Processors is emitted to the Server.
ProcessorInstructionHandler - Interface in io.axoniq.axonserver.connector.control
Interface describing the instructions AxonServer can send for Event Processor management.
ProcessorInstructions - Class in io.axoniq.axonserver.connector.impl
Utility class providing InstructionHandler instances for event processor instructions.
putAllMetaData(Map<String, MetaDataValue>) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Meta Data entries of the Command Message, providing contextual information to the recipient
putAllMetaData(Map<String, MetaDataValue>) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Any meta data entries providing contextual information back to the dispatcher
putAllMetaData(Map<String, MetaDataValue>) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Meta Data of the Event
putAllMetaData(Map<String, MetaDataValue>) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Meta Data providing contextual information of the Query
putAllMetaData(Map<String, MetaDataValue>) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any Meta Data describing the context of the Response Message
putAllMetaData(Map<String, MetaDataValue>) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Meta Data providing contextual information of the Update
putAllTags(Map<String, String>) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Any tags associated with the client, which may provide hints and preferences for setting up connections
putAllValues(Map<String, QueryValue>) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The actual data values for each of the columns, as a column name -> value mapping
putMetaData(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Meta Data entries of the Command Message, providing contextual information to the recipient
putMetaData(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Any meta data entries providing contextual information back to the dispatcher
putMetaData(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Meta Data of the Event
putMetaData(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Meta Data providing contextual information of the Query
putMetaData(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any Meta Data describing the context of the Response Message
putMetaData(String, MetaDataValue) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Meta Data providing contextual information of the Update
putTags(String, String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Any tags associated with the client, which may provide hints and preferences for setting up connections
putValues(String, QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The actual data values for each of the columns, as a column name -> value mapping

Q

query(QueryRequest) - Method in class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
 
query(QueryRequest) - Method in interface io.axoniq.axonserver.connector.query.QueryChannel
Sends the given query to AxonServer for routing to the appropriate handlers.
Query - Class in io.axoniq.axonserver.grpc.query
 
query(QueryRequest) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceBlockingStub
Sends a point-to-point or scatter-gather Query
query(QueryRequest, StreamObserver<QueryResponse>) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceImplBase
Sends a point-to-point or scatter-gather Query
query(QueryRequest, StreamObserver<QueryResponse>) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceStub
Sends a point-to-point or scatter-gather Query
QUERY_COMPLETE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
QUERY_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
QUERY_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
QUERY_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
QUERY_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
QUERY_REQUEST_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
QUERY_RESPONSE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
QUERY_SNAPSHOTS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
queryChannel() - Method in interface io.axoniq.axonserver.connector.AxonServerConnection
Returns the channel on which Query related interactions can be performed with AxonServer.
queryChannel() - Method in class io.axoniq.axonserver.connector.impl.ContextConnection
 
QueryChannel - Interface in io.axoniq.axonserver.connector.query
Communication channel with AxonServer for Query related interactions.
QueryChannelImpl - Class in io.axoniq.axonserver.connector.query.impl
QueryChannel implementation, serving as the query connection between AxonServer and a client application.
QueryChannelImpl(ClientIdentification, String, int, int, ScheduledExecutorService, AxonServerManagedChannel) - Constructor for class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
Constructs a QueryChannelImpl.
QueryComplete - Class in io.axoniq.axonserver.grpc.query
Message indicating that all available responses to an incoming Query have been provided.
QueryComplete.Builder - Class in io.axoniq.axonserver.grpc.query
Message indicating that all available responses to an incoming Query have been provided.
QueryCompleteOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryDefinition - Class in io.axoniq.axonserver.connector.query
Definition of a query, constituting out of a queryName and resultType.
QueryDefinition(String, Type) - Constructor for class io.axoniq.axonserver.connector.query.QueryDefinition
Construct a QueryDefinition out of the given queryName and resultType.
QueryDefinition(String, String) - Constructor for class io.axoniq.axonserver.connector.query.QueryDefinition
Construct a QueryDefinition out of the given queryName and resultType.
queryEvents(String, boolean) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Queries the Event Store for events using given queryExpression.
queryEvents(String, boolean) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
queryEvents(StreamObserver<QueryEventsResponse>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Performs a query on the event store, returns a stream of results.
queryEvents(StreamObserver<QueryEventsResponse>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Performs a query on the event store, returns a stream of results.
QueryEventsRequest - Class in io.axoniq.axonserver.grpc.event
Message providing the parameters for executing a Query against AxonServer.
QueryEventsRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Message providing the parameters for executing a Query against AxonServer.
QueryEventsRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
QueryEventsResponse - Class in io.axoniq.axonserver.grpc.event
A message describing a response to a Query request
QueryEventsResponse.Builder - Class in io.axoniq.axonserver.grpc.event
A message describing a response to a Query request
QueryEventsResponse.DataCase - Enum in io.axoniq.axonserver.grpc.event
 
QueryEventsResponseOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
QueryHandler - Interface in io.axoniq.axonserver.connector.query
Interface representing a component that can handle queries.
QueryHandler.UpdateHandler - Interface in io.axoniq.axonserver.connector.query
Interface describing a stream of updates to a subscription query.
queryPermits(int) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Sets the number of messages that a Query Handler may receive before any of them have been processed.
QueryProviderInbound - Class in io.axoniq.axonserver.grpc.query
Queries or Query related instructions from AxonServer for the connected application
QueryProviderInbound.Builder - Class in io.axoniq.axonserver.grpc.query
Queries or Query related instructions from AxonServer for the connected application
QueryProviderInbound.RequestCase - Enum in io.axoniq.axonserver.grpc.query
 
QueryProviderInboundOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryProviderOutbound - Class in io.axoniq.axonserver.grpc.query
Message containing Query related instructions for Axon Server
QueryProviderOutbound.Builder - Class in io.axoniq.axonserver.grpc.query
Message containing Query related instructions for Axon Server
QueryProviderOutbound.RequestCase - Enum in io.axoniq.axonserver.grpc.query
 
QueryProviderOutboundOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryRequest - Class in io.axoniq.axonserver.grpc.query
Message representing an incoming Query
QueryRequest.Builder - Class in io.axoniq.axonserver.grpc.query
Message representing an incoming Query
QueryRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryResponse - Class in io.axoniq.axonserver.grpc.query
Message that represents the Response to a Query
QueryResponse.Builder - Class in io.axoniq.axonserver.grpc.query
Message that represents the Response to a Query
QueryResponseOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryServiceGrpc - Class in io.axoniq.axonserver.grpc.query
Service providing operations for the Query Messaging component of AxonServer
QueryServiceGrpc.QueryServiceBlockingStub - Class in io.axoniq.axonserver.grpc.query
Service providing operations for the Query Messaging component of AxonServer
QueryServiceGrpc.QueryServiceFutureStub - Class in io.axoniq.axonserver.grpc.query
Service providing operations for the Query Messaging component of AxonServer
QueryServiceGrpc.QueryServiceImplBase - Class in io.axoniq.axonserver.grpc.query
Service providing operations for the Query Messaging component of AxonServer
QueryServiceGrpc.QueryServiceStub - Class in io.axoniq.axonserver.grpc.query
Service providing operations for the Query Messaging component of AxonServer
QueryServiceImplBase() - Constructor for class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceImplBase
 
querySnapshotEvents(String, boolean) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Queries the Event Store for snapshot events using given queryExpression.
querySnapshotEvents(String, boolean) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
QuerySubscription - Class in io.axoniq.axonserver.grpc.query
Message containing details of a Registration of a Query Handler in a component
QuerySubscription.Builder - Class in io.axoniq.axonserver.grpc.query
Message containing details of a Registration of a Query Handler in a component
QuerySubscriptionOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryUpdate - Class in io.axoniq.axonserver.grpc.query
A message containing an Update of a Query Subscription Response
QueryUpdate.Builder - Class in io.axoniq.axonserver.grpc.query
A message containing an Update of a Query Subscription Response
QueryUpdateComplete - Class in io.axoniq.axonserver.grpc.query
Message indicating that all relevant Updates have been sent for a Subscription Query, and that no further Updates are available
QueryUpdateComplete.Builder - Class in io.axoniq.axonserver.grpc.query
Message indicating that all relevant Updates have been sent for a Subscription Query, and that no further Updates are available
QueryUpdateCompleteExceptionally - Class in io.axoniq.axonserver.grpc.query
Message indicating that an Error occurred and that no Updates will be sent for a Subscription Query
QueryUpdateCompleteExceptionally.Builder - Class in io.axoniq.axonserver.grpc.query
Message indicating that an Error occurred and that no Updates will be sent for a Subscription Query
QueryUpdateCompleteExceptionallyOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryUpdateCompleteOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryUpdateOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
QueryValue - Class in io.axoniq.axonserver.grpc.event
Value used in Query Responses to represent a value in its original type
QueryValue.Builder - Class in io.axoniq.axonserver.grpc.event
Value used in Query Responses to represent a value in its original type
QueryValue.DataCase - Enum in io.axoniq.axonserver.grpc.event
 
QueryValueOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 

R

randomHex(int) - Static method in class io.axoniq.axonserver.connector.impl.ObjectUtils
Creates a random String of the given length.
readHighestSequenceNr(ReadHighestSequenceNrRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreBlockingStub
Gets the highest sequence number for a specific aggregate.
readHighestSequenceNr(ReadHighestSequenceNrRequest) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreFutureStub
Gets the highest sequence number for a specific aggregate.
readHighestSequenceNr(ReadHighestSequenceNrRequest, StreamObserver<ReadHighestSequenceNrResponse>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreImplBase
Gets the highest sequence number for a specific aggregate.
readHighestSequenceNr(ReadHighestSequenceNrRequest, StreamObserver<ReadHighestSequenceNrResponse>) - Method in class io.axoniq.axonserver.grpc.event.EventStoreGrpc.EventStoreStub
Gets the highest sequence number for a specific aggregate.
ReadHighestSequenceNrRequest - Class in io.axoniq.axonserver.grpc.event
Describes the combination of an Aggregate Identifier and first expected Sequence number when opening an Aggregate-specific Event Stream
ReadHighestSequenceNrRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Describes the combination of an Aggregate Identifier and first expected Sequence number when opening an Aggregate-specific Event Stream
ReadHighestSequenceNrRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
ReadHighestSequenceNrResponse - Class in io.axoniq.axonserver.grpc.event
The highest Sequence Number found for the provided request
ReadHighestSequenceNrResponse.Builder - Class in io.axoniq.axonserver.grpc.event
The highest Sequence Number found for the provided request
ReadHighestSequenceNrResponseOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
reconnect() - Method in class io.axoniq.axonserver.connector.command.impl.CommandChannelImpl
 
reconnect() - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
reconnect() - Method in class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
Reconnect this channel with AxonServer.
reconnect() - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
reconnect() - Method in class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
 
ReconnectConfiguration - Class in io.axoniq.axonserver.connector.impl
Container of configuration variables used when reconnecting to a channel.
ReconnectConfiguration(long, long, boolean, TimeUnit) - Constructor for class io.axoniq.axonserver.connector.impl.ReconnectConfiguration
Construct a new ReconnectConfiguration.
reconnectInterval(long, TimeUnit) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Sets the amount of time to wait in between attempts to connect to AxonServer.
REGISTER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.command.CommandOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.axoniq.axonserver.grpc.command.CommandOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.Common
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.axoniq.axonserver.grpc.Common
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.control.Control
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.axoniq.axonserver.grpc.control.Control
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.event.EventOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.axoniq.axonserver.grpc.event.EventOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.axoniq.axonserver.grpc.query.Query
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.axoniq.axonserver.grpc.query.Query
 
registerCommandHandler(Function<Command, CompletableFuture<CommandResponse>>, int, String...) - Method in interface io.axoniq.axonserver.connector.command.CommandChannel
Registers the given handler to handle incoming commands with given commandNames, using the given loadFactor.
registerCommandHandler(Function<Command, CompletableFuture<CommandResponse>>, int, String...) - Method in class io.axoniq.axonserver.connector.command.impl.CommandChannelImpl
 
registerEventProcessor(String, Supplier<EventProcessorInfo>, ProcessorInstructionHandler) - Method in interface io.axoniq.axonserver.connector.control.ControlChannel
Registers an Event Processor with AxonServer, allowing AxonServer to request status information and provide instructions for the Processor.
registerEventProcessor(String, Supplier<EventProcessorInfo>, ProcessorInstructionHandler) - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
registerInstructionHandler(PlatformOutboundInstruction.RequestCase, InstructionHandler<PlatformOutboundInstruction, PlatformInboundInstruction>) - Method in interface io.axoniq.axonserver.connector.control.ControlChannel
Registers the given handler to handle a given type of instruction.
registerInstructionHandler(PlatformOutboundInstruction.RequestCase, InstructionHandler<PlatformOutboundInstruction, PlatformInboundInstruction>) - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
registerQueryHandler(QueryHandler, QueryDefinition...) - Method in class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
 
registerQueryHandler(QueryHandler, QueryDefinition...) - Method in interface io.axoniq.axonserver.connector.query.QueryChannel
Registers the given handler to handle incoming queries defined through the given queryTypes.
registerSubscriptionQuery(SubscriptionQuery, QueryHandler.UpdateHandler) - Method in interface io.axoniq.axonserver.connector.query.QueryHandler
Registers an incoming subscription query request, represented by given query, using given updateHandler to send updates when the projection for this query changes.
Registration - Interface in io.axoniq.axonserver.connector
Interface describing an instruction to perform a registration, which can be cancelled.
RELEASE_SEGMENT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
releaseSegment(int) - Method in interface io.axoniq.axonserver.connector.control.ProcessorInstructionHandler
Instruction to release the segment with given segmentId.
releaseSegmentHandler(Map<String, ProcessorInstructionHandler>) - Static method in class io.axoniq.axonserver.connector.impl.ProcessorInstructions
Provides a InstructionHandler which handles a processor's release segment request from AxonServer and sends it to the right client(s).
removeBlacklist(int) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
removeIdValues(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
removeMetaData(String) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Meta Data entries of the Command Message, providing contextual information to the recipient
removeMetaData(String) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Any meta data entries providing contextual information back to the dispatcher
removeMetaData(String) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Meta Data of the Event
removeMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Meta Data providing contextual information of the Query
removeMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any Meta Data describing the context of the Response Message
removeMetaData(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
Meta Data providing contextual information of the Update
removeProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
removeProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
removeProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
removeProcessingInstructions(int) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
removeSegmentStatus(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
removeSortValues(int) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
removeTags(String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Any tags associated with the client, which may provide hints and preferences for setting up connections
removeValues(String) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The actual data values for each of the columns, as a column name -> value mapping
REPLAYING_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
ReplyChannel<T> - Interface in io.axoniq.axonserver.connector
Interface providing access to the communication channel to send replies to incoming instructions.
request(int) - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
REQUEST_EVENT_PROCESSOR_INFO_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
REQUEST_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryComplete
 
REQUEST_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandResponse
 
REQUEST_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryResponse
 
REQUEST_RECONNECT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
requestInfoHandler(Map<String, Supplier<EventProcessorInfo>>) - Static method in class io.axoniq.axonserver.connector.impl.ProcessorInstructions
Provides a InstructionHandler which handles a processor's information request from AxonServer and sends it to the right client(s).
requestReconnect() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
Requests a dedicated reconnect of this ManagedChannel implementation.
RequestReconnect - Class in io.axoniq.axonserver.grpc.control
Message send when AxonServer requests the client to re-establish its connection with the Platform
RequestReconnect.Builder - Class in io.axoniq.axonserver.grpc.control
Message send when AxonServer requests the client to re-establish its connection with the Platform
RequestReconnectOrBuilder - Interface in io.axoniq.axonserver.grpc.control
 
reschedule(String, Duration, Event) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Convenience method to cancel the scheduled event with given scheduleToken and reschedule the given event to be published after given triggerDuration.
reschedule(String, Instant, Event) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Convenience method to cancel the scheduled event with given scheduleToken and reschedule the given event to be published at given scheduleTime.
reschedule(String, Instant, Event) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
rescheduleEvent(RescheduleEventRequest) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerBlockingStub
Cancel a scheduled event and schedule another in its place.
rescheduleEvent(RescheduleEventRequest) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerFutureStub
Cancel a scheduled event and schedule another in its place.
rescheduleEvent(RescheduleEventRequest, StreamObserver<ScheduleToken>) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerImplBase
Cancel a scheduled event and schedule another in its place.
rescheduleEvent(RescheduleEventRequest, StreamObserver<ScheduleToken>) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerStub
Cancel a scheduled event and schedule another in its place.
RescheduleEventRequest - Class in io.axoniq.axonserver.grpc.event
Request message to reschedule an event
RescheduleEventRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request message to reschedule an event
RescheduleEventRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
resetConnectBackoff() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
RESPONSE_TYPE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
RESULT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
RESULT_NAME_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
ResultStream<T> - Interface in io.axoniq.axonserver.connector
Interface describing a stream of results to a request.
resume() - Method in class io.axoniq.axonserver.connector.impl.HeartbeatMonitor
Resume the process of sending out heartbeats by this monitor.
REVISION_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
REVISION_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.SerializedObject
 
rollback() - Method in interface io.axoniq.axonserver.connector.event.AppendEventsTransaction
Rolls back the transaction.
rollback() - Method in class io.axoniq.axonserver.connector.event.impl.AppendEventsTransactionImpl
 
ROUTING_KEY_VALUE - Static variable in enum io.axoniq.axonserver.grpc.ProcessingKey
key indicating that the attached value should be used for consistent routing.
routingServers(ServerAddress...) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Provides the addresses of the AxonServer instances used to set up the initial connection.
ROW_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
RowResponse - Class in io.axoniq.axonserver.grpc.event
Message providing Query Result data
RowResponse.Builder - Class in io.axoniq.axonserver.grpc.event
Message providing Query Result data
RowResponseOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
RUNNING_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
RUNNING_VALUE - Static variable in enum io.axoniq.axonserver.grpc.TaskStatus
Task execution is in progress

S

SAME_CONNECTION_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
SCHEDULED_VALUE - Static variable in enum io.axoniq.axonserver.grpc.TaskStatus
Task is scheduled for execution
scheduleEvent(Duration, Event) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Schedule the given event to be published after given triggerDuration.
scheduleEvent(Instant, Event) - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Schedule the given event to be published at given scheduleTime.
scheduleEvent(Instant, Event) - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
scheduleEvent(ScheduleEventRequest) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerBlockingStub
Schedule the given event for publication at the given time}.
scheduleEvent(ScheduleEventRequest) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerFutureStub
Schedule the given event for publication at the given time}.
scheduleEvent(ScheduleEventRequest, StreamObserver<ScheduleToken>) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerImplBase
Schedule the given event for publication at the given time}.
scheduleEvent(ScheduleEventRequest, StreamObserver<ScheduleToken>) - Method in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc.EventSchedulerStub
Schedule the given event for publication at the given time}.
ScheduleEventRequest - Class in io.axoniq.axonserver.grpc.event
Request message to schedule an event
ScheduleEventRequest.Builder - Class in io.axoniq.axonserver.grpc.event
Request message to schedule an event
ScheduleEventRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
scheduleImmediateReconnect() - Method in class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
Schedule an immediate attempt to reconnect with AxonServer.
scheduleReconnect(Throwable) - Method in class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
Schedule an attempt to reconnect with AxonServer.
ScheduleToken - Class in io.axoniq.axonserver.grpc.event
Token to manage a scheduled event
ScheduleToken.Builder - Class in io.axoniq.axonserver.grpc.event
Token to manage a scheduled event
ScheduleTokenOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
SEGMENT_ID_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
SEGMENT_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
SEGMENT_STATUS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
send(T) - Method in class io.axoniq.axonserver.connector.impl.ForwardingReplyChannel
 
send(T) - Method in interface io.axoniq.axonserver.connector.ReplyChannel
Sends the given outboundMessage as a reply to an incoming instruction.
sendAck() - Method in class io.axoniq.axonserver.connector.impl.ForwardingReplyChannel
 
sendAck() - Method in interface io.axoniq.axonserver.connector.ReplyChannel
Sends an receipt acknowledgement if one hasn't been sent yet for this instruction.
sendCommand(Command) - Method in interface io.axoniq.axonserver.connector.command.CommandChannel
Sends the give Command to AxonServer for routing to an appropriate handler.
sendCommand(Command) - Method in class io.axoniq.axonserver.connector.command.impl.CommandChannelImpl
 
sendHeartbeat() - Method in interface io.axoniq.axonserver.connector.impl.HeartbeatSender
Send a heartbeat, receiving a CompletableFuture containing the InstructionAck once the heartbeat has been received.
sendInstruction(PlatformInboundInstruction) - Method in interface io.axoniq.axonserver.connector.control.ControlChannel
Send a the given instruction over this channel, returning the acknowledgment of the instruction asynchronously.
sendInstruction(OUT, Function<OUT, String>, StreamObserver<OUT>) - Method in class io.axoniq.axonserver.connector.impl.AbstractAxonServerChannel
Send the given instruction over the given outboundStream.
sendInstruction(PlatformInboundInstruction) - Method in class io.axoniq.axonserver.connector.impl.ControlChannelImpl
 
sendLast(T) - Method in interface io.axoniq.axonserver.connector.ReplyChannel
Sends the given response and marks the processing as completed, possibly signalling flow control that more query messages may be sent.
sendNack(ErrorMessage) - Method in class io.axoniq.axonserver.connector.impl.ForwardingReplyChannel
 
sendNack() - Method in interface io.axoniq.axonserver.connector.ReplyChannel
Sends a negative acknowledgement, indicating that the incoming message could not be handled as expected.
sendNack(ErrorMessage) - Method in interface io.axoniq.axonserver.connector.ReplyChannel
Sends a negative acknowledgement, indicating that the incoming message could not be handled as expected, using given errorMessage to describe the reason.
sendUpdate(QueryUpdate) - Method in interface io.axoniq.axonserver.connector.query.QueryHandler.UpdateHandler
Send the given queryUpdate in response to the subscription query this handler was provided for.
SerializedObject - Class in io.axoniq.axonserver.grpc
Describes a serialized object
SerializedObject.Builder - Class in io.axoniq.axonserver.grpc
Describes a serialized object
SerializedObjectOrBuilder - Interface in io.axoniq.axonserver.grpc
 
ServerAddress - Class in io.axoniq.axonserver.connector.impl
Definition of an AxonServer address, defining the ServerAddress.getGrpcPort() and ServerAddress.getHostName().
ServerAddress() - Constructor for class io.axoniq.axonserver.connector.impl.ServerAddress
Create a ServerAddress with the default host localhost and port number 8124.
ServerAddress(String) - Constructor for class io.axoniq.axonserver.connector.impl.ServerAddress
Create a ServerAddress with the given host and port number 8124.
ServerAddress(String, int) - Constructor for class io.axoniq.axonserver.connector.impl.ServerAddress
Create a ServerAddress with the given host and given port number.
SERVICE_NAME - Static variable in class io.axoniq.axonserver.grpc.command.CommandServiceGrpc
 
SERVICE_NAME - Static variable in class io.axoniq.axonserver.grpc.control.PlatformServiceGrpc
 
SERVICE_NAME - Static variable in class io.axoniq.axonserver.grpc.event.EventSchedulerGrpc
 
SERVICE_NAME - Static variable in class io.axoniq.axonserver.grpc.event.EventStoreGrpc
 
SERVICE_NAME - Static variable in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc
 
setAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
setAck(InstructionAck.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
setAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
setAck(InstructionAck.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
setAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Acknowledgement of previously sent instruction via outbound stream
setAck(InstructionAck.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Acknowledgement of previously sent instruction via outbound stream
setAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Acknowledgement of previously sent instruction via inbound stream
setAck(InstructionAck.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Acknowledgement of previously sent instruction via inbound stream
setAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
setAck(InstructionAck.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Acknowledgement of previously sent instruction via outbound stream
setAck(InstructionAck) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
setAck(InstructionAck.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Acknowledgement of previously sent instruction via inbound stream
setActiveThreads(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The number of threads currently actively processing Events
setAggregateId(String) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The identifier of the aggregate to read events for
setAggregateId(String) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The identifier to fetch the snapshots for
setAggregateId(String) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
The Identifier of the Aggregate for which to load events
setAggregateIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The identifier of the aggregate to read events for
setAggregateIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The identifier to fetch the snapshots for
setAggregateIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
The Identifier of the Aggregate for which to load events
setAggregateIdentifier(String) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The identifier of the Aggregate instance that published this event, if any
setAggregateIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The identifier of the Aggregate instance that published this event, if any
setAggregateSequenceNumber(long) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The sequence number of the Event in the Aggregate instance that published it, if any
setAggregateType(String) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Type of the Aggregate instance that published this Event, if any
setAggregateTypeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Type of the Aggregate instance that published this Event, if any
setAllowSnapshots(boolean) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
Whether a snapshot may be returned as first element in the stream
setAvailableThreads(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The number of threads the processor has available to assign to Segments.
setBlacklist(int, PayloadDescription) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
setBlacklist(int, PayloadDescription.Builder) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
An enumeration of payload types that need to be blacklisted.
setBooleanValue(boolean) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The boolean value
setBooleanValue(boolean) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The boolean value of the Meta Data entry.
setBytesValue(SerializedObject) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The binary value of the Meta Data entry.
setBytesValue(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The binary value of the Meta Data entry.
setCaughtUp(boolean) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Indicates whether the Segment has "Caught Up" with the Head of the Event Stream
setClientId(String) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the component dispatching this message
setClientId(String) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The unique identifier of the component instance subscribing
setClientId(String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
A unique identifier for this client instance.
setClientId(String) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The unique identifier of this client instance.
setClientId(String) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
The ClientID of the component providing additional permits
setClientId(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The unique identifier of the client instance dispatching the query
setClientId(String) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of the Client Instance containing the Query Handler
setClientId(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The identifier of the Client instance providing the Update
setClientId(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The identifier of the Client instance providing the Update
setClientId(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The identifier of the Client instance providing the Update
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the component dispatching this message
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The unique identifier of the component instance subscribing
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
A unique identifier for this client instance.
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The unique identifier of this client instance.
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
The ClientID of the component providing additional permits
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The unique identifier of the client instance dispatching the query
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of the Client Instance containing the Query Handler
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The identifier of the Client instance providing the Update
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The identifier of the Client instance providing the Update
setClientIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The identifier of the Client instance providing the Update
setColumn(int, String) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
The names of the columns provided in the query
setColumns(ColumnsResponse) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response contains the names of the columns the response contains.
setColumns(ColumnsResponse.Builder) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response contains the names of the columns the response contains.
setCommand(Command) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
A command for this component to process
setCommand(Command.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
A command for this component to process
setCommand(String) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name of the command the component can handle
setCommandBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name of the command the component can handle
setCommandResponse(CommandResponse) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Sends a result of Command processing
setCommandResponse(CommandResponse.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Sends a result of Command processing
setComplete(QueryUpdateComplete) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query is complete, and no more Updates will be sent
setComplete(QueryUpdateComplete.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query is complete, and no more Updates will be sent
setCompleteExceptionally(QueryUpdateCompleteExceptionally) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query failed exceptionally, and no more Updates will be sent
setCompleteExceptionally(QueryUpdateCompleteExceptionally.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Indicates the Query failed exceptionally, and no more Updates will be sent
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name/type of the component dispatching this message
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name/type of the component handling the command
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
The name of the component.
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The component name of this client instance.
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The Name of the Component dispatching the query
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Component containing the Query Handler
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The Component Name of the Client providing the Update
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The Component Name of the Client providing the Update
setComponentName(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Component Name of the Client providing the Update
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name/type of the component dispatching this message
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
The name/type of the component handling the command
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
The name of the component.
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The component name of this client instance.
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The Name of the Component dispatching the query
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Component containing the Query Handler
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The Component Name of the Client providing the Update
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
The Component Name of the Client providing the Update
setComponentNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Component Name of the Client providing the Update
setData(ByteString) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The actual data representing the object in serialized form.
setDetails(int, String) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A collection of messages providing more details about root causes of the error
setDoubleValue(double) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The (64 bits) floating point value
setDoubleValue(double) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The floating point value of the Meta Data entry.
setError(boolean) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
setError(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Set if instruction acknowledgement failed.
setError(ErrorMessage.Builder) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Set if instruction acknowledgement failed.
setError(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Cause of instruction handling failure.
setError(ErrorMessage.Builder) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Cause of instruction handling failure.
setErrorCode(String) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
An error code describing the error, if any
setErrorCode(String) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
An Error Code identifying the type of error
setErrorCode(String) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
An Error Code identifying the type of error, if any
setErrorCode(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
An Error Code identifying the type of error, if any
setErrorCode(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Code describing the type of Error that occurred
setErrorCodeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
An error code describing the error, if any
setErrorCodeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
An Error Code identifying the type of error
setErrorCodeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
An Error Code identifying the type of error, if any
setErrorCodeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
An Error Code identifying the type of error, if any
setErrorCodeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
The Code describing the type of Error that occurred
setErrorMessage(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
A detailed description of the error
setErrorMessage(ErrorMessage.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
A detailed description of the error
setErrorMessage(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
A detailed description of the error, if any
setErrorMessage(ErrorMessage.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
A detailed description of the error, if any
setErrorMessage(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
A detailed description of the error, if any
setErrorMessage(ErrorMessage.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
A detailed description of the error, if any
setErrorMessage(ErrorMessage) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
A detailed description of the error, if available
setErrorMessage(ErrorMessage.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
A detailed description of the error, if available
setErrorState(String) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Information about the error state of the Segment, if applicable.
setErrorStateBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Information about the error state of the Segment, if applicable.
setEvent(Event) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The actual Event Message
setEvent(Event.Builder) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The actual Event Message
setEvent(Event) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
the event to publish
setEvent(Event.Builder) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
the event to publish
setEvent(Event) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
the event to publish
setEvent(Event.Builder) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
the event to publish
setEventProcessorInfo(EventProcessorInfo) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about Processors defined in the application.
setEventProcessorInfo(EventProcessorInfo.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about Processors defined in the application.
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
setFilesCompleted(Confirmation) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when all historic events have been included in the query results
setFilesCompleted(Confirmation.Builder) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when all historic events have been included in the query results
setFlowControl(FlowControl) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to increase the number of instructions AxonServer may send to this component
setFlowControl(FlowControl.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to increase the number of instructions AxonServer may send to this component
setFlowControl(FlowControl) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Grant permits to AxonServer to send a number of messages to the client
setFlowControl(FlowControl.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Grant permits to AxonServer to send a number of messages to the client
setFlowControl(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Allows the Server to provide additional Updates to be sent.
setFlowControl(SubscriptionQuery.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Allows the Server to provide additional Updates to be sent.
setForceReadFromLeader(boolean) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
Indicates whether to force reading events from the leader node of an Axon Server.
setForceReadFromLeader(boolean) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
Indicates whether to force querying events from the leader node of an Axon Server.
setFromSequenceNr(long) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
The Sequence Number of the first event expected
setGetInitialResult(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Requests the initial result of a subscription query to be sent.
setGetInitialResult(SubscriptionQuery.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Requests the initial result of a subscription query to be sent.
setGrpcPort(int) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The port number for gRPC connections
setHeartbeat(Heartbeat) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
This heartbeat is used by AxonServer in order to check if the connection is still alive
setHeartbeat(Heartbeat.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
This heartbeat is used by AxonServer in order to check if the connection is still alive
setHeartbeat(Heartbeat) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
setHeartbeat(Heartbeat.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
This heartbeat is used by AxonFramework in order to check if the connection is still alive
setHostName(String) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The host name to use when connecting to this node
setHostNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The host name to use when connecting to this node
setHttpPort(int) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The port number for HTTP connections
setIdValues(int, QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
setIdValues(int, QueryValue.Builder) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The values which, when combined, uniquely update this row.
setInitialResult(QueryResponse) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Initial Response
setInitialResult(QueryResponse.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Initial Response
setInitialSequence(long) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The sequence number of the first event to receive
setInitialSequence(long) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The minimal sequence number of the snapshots to retrieve
setInstant(long) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
Timestamp expressed as milliseconds since epoch
setInstant(long) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
timestamp when to publish the event
setInstant(long) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
timestamp when to publish the event
setInstructionId(String) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Instruction identifier.
setInstructionId(String) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction identifier.
setInstructionId(String) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Instruction identifier.
setInstructionId(String) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction identifier.
setInstructionId(String) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
The identifier of the instruction
setInstructionId(String) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
The identifier of the instruction
setInstructionId(String) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Instruction identifier.
setInstructionId(String) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Instruction identifier.
setInstructionIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
Instruction identifier.
setInstructionIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction identifier.
setInstructionIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Instruction identifier.
setInstructionIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction identifier.
setInstructionIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
The identifier of the instruction
setInstructionIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
The identifier of the instruction
setInstructionIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Instruction identifier.
setInstructionIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Instruction identifier.
setIsStreamingProcessor(boolean) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor is a Streaming Event Processor.
setKey(ProcessingKey) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The type of processing message.
setKeyValue(int) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The type of processing message.
setLiveEvents(boolean) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
Whether to keep the query running against incoming events once the Head of the Stream is reached
setLoadFactor(int) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
A number that represents the client's relative load capacity compared to other clients.
setLocation(String) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A description of the location (client component, server) where the error occurred
setLocationBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A description of the location (client component, server) where the error occurred
setMaxResults(int) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The maximum number of results to stream
setMaxSequence(long) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
The maximum sequence number (inclusive) of the events to retrieve, 0 means up to last event
setMaxSequence(long) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
The maximum sequence number of the snapshots to retrieve
setMergeEventProcessorSegment(EventProcessorSegmentReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to merge two Segments in a Streaming Event Processor
setMergeEventProcessorSegment(EventProcessorSegmentReference.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to merge two Segments in a Streaming Event Processor
setMessage(String) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A human readable message explaining the error
setMessageBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
A human readable message explaining the error
setMessageCompression(boolean) - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
setMessageId(String) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
A unique identifier for this subscription.
setMessageId(String) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
A unique identifier for this message
setMessageId(String) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of this Message
setMessageIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
A unique identifier for this subscription.
setMessageIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
A unique identifier for this message
setMessageIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The unique identifier of this Message
setMessageIdentifier(String) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the Command Message
setMessageIdentifier(String) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the response message
setMessageIdentifier(String) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The unique identifier of this event
setMessageIdentifier(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The message ID of the incoming Query
setMessageIdentifier(String) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Response Message
setMessageIdentifier(String) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The unique identifier of this Update
setMessageIdentifier(String) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The unique identifier for this message
setMessageIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The unique identifier of the Command Message
setMessageIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the response message
setMessageIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The unique identifier of this event
setMessageIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The message ID of the incoming Query
setMessageIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Response Message
setMessageIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The unique identifier of this Update
setMessageIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The unique identifier for this message
setMinToken(long) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
Hint for a minimum token to search events from
setMode(String) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
setModeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
setName(String) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name of the command, used for routing it to a destination capable of handling it
setNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The name of the command, used for routing it to a destination capable of handling it
setNodeName(String) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The unique name of the node to connect with, for purpose of debugging
setNodeNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The unique name of the node to connect with, for purpose of debugging
setNodeNotification(NodeInfo) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
setNodeNotification(NodeInfo.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Information provided by AxonServer which provides information about the AxonServer node the application is connected with
setNumberOfPermits(long) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The number of messages the server may send before it needs to wait for more permits
setNumberOfPermits(long) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
The number of results AxonServer may send before new permits need to be provided
setNumberOfPermits(long) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The number of messages the Server may send before needing to await additional permits
setNumberValue(long) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The (64 bits) integer value
setNumberValue(long) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The numeric value of the Meta Data entry.
setOnePartOf(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The fraction this segment processes.
setOnReadyHandler(Runnable) - Method in class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
 
setPauseEventProcessor(EventProcessorReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Pause a Streaming Event Processor.
setPauseEventProcessor(EventProcessorReference.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Pause a Streaming Event Processor.
setPayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The payload of the Command, providing details on the instructions for the recipient
setPayload(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The payload of the Command, providing details on the instructions for the recipient
setPayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The payload to provide as a result to the dispatcher
setPayload(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The payload to provide as a result to the dispatcher
setPayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Payload of the Event
setPayload(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The Payload of the Event
setPayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
A payload accompanying the Query
setPayload(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
A payload accompanying the Query
setPayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The Payload of the Response Message
setPayload(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The Payload of the Response Message
setPayload(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The object representing the Update
setPayload(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
The object representing the Update
setPermits(long) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
The number of permits to provide
setPrimary(NodeInfo) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
The connection details of the node the client should connect with
setPrimary(NodeInfo.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
The connection details of the node the client should connect with
setProcessingInstructions(int, ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
setProcessingInstructions(int, ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
Instructions for AxonServer when routing this Command Message
setProcessingInstructions(int, ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
setProcessingInstructions(int, ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
Instructions for AxonServer when routing this Command Response Message
setProcessingInstructions(int, ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
setProcessingInstructions(int, ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
Any instructions for components Routing or Handling the Query
setProcessingInstructions(int, ProcessingInstruction) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
setProcessingInstructions(int, ProcessingInstruction.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
Any instructions for components Routing or Handling the Response Message
setProcessor(String) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The name of the processor requesting this stream.
setProcessorBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The name of the processor requesting this stream.
setProcessorName(String) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The logical name of this processor.
setProcessorName(String) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
The name of the Event Processor
setProcessorName(String) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
The name of the Event Processor
setProcessorNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The logical name of this processor.
setProcessorNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
The name of the Event Processor
setProcessorNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
The name of the Event Processor
setQuery(String) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
The query to execute against the Event Stream
setQuery(QueryRequest) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Query, for which this component is expected to provide a response
setQuery(QueryRequest.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Query, for which this component is expected to provide a response
setQuery(String) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The name of the Query to execute
setQuery(String) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Query the Handler is subscribed to
setQueryBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
The query to execute against the Event Stream
setQueryBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The name of the Query to execute
setQueryBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The name of the Query the Handler is subscribed to
setQueryComplete(QueryComplete) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Indicator that all responses for Query have been sent
setQueryComplete(QueryComplete.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Indicator that all responses for Query have been sent
setQueryRequest(QueryRequest) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The Query describing the desire for information
setQueryRequest(QueryRequest.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
The Query describing the desire for information
setQueryResponse(QueryResponse) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a Response to a Query received via the inbound stream
setQueryResponse(QueryResponse.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a Response to a Query received via the inbound stream
setQuerySnapshots(boolean) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
If true, snapshots will be queried instead of events
setRegister(ClientIdentification) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about the client being connected.
setRegister(ClientIdentification.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
Information about the client being connected.
setReleaseSegment(EventProcessorSegmentReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
setReleaseSegment(EventProcessorSegmentReference.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Release a specific segment in a Streaming Event Processor
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
setReplaying(boolean) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
Indicates whether the Segment is "Replaying" historic events after a Reset.
setRequestEventProcessorInfo(EventProcessorReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer for status information of a specific Streaming Event Processor
setRequestEventProcessorInfo(EventProcessorReference.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer for status information of a specific Streaming Event Processor
setRequestId(String) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
The identifier of the incoming query to complete
setRequestIdBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
The identifier of the incoming query to complete
setRequestIdentifier(String) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the Command Message for which this is the response
setRequestIdentifier(String) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Query to which this is a response
setRequestIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
The unique identifier of the Command Message for which this is the response
setRequestIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
The unique identifier of the Query to which this is a response
setRequestReconnect(RequestReconnect) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer to the Application to migrate its connection to another node.
setRequestReconnect(RequestReconnect.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
A request from AxonServer to the Application to migrate its connection to another node.
setResponseType(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
An object describing the expectations of the Response Type
setResponseType(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
An object describing the expectations of the Response Type
setResult(InstructionResult) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
The result of the execution of an instruction
setResult(InstructionResult.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
The result of the execution of an instruction
setResultName(String) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The type of Result this Handler produces
setResultNameBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
The type of Result this Handler produces
setRevision(String) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The revision of the Payload Type
setRevision(String) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The revision of the serialized form of the given type.
setRevisionBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The revision of the Payload Type
setRevisionBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The revision of the serialized form of the given type.
setRow(RowResponse) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response message contains results of the Query
setRow(RowResponse.Builder) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
Provided when the response message contains results of the Query
setRunning(boolean) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Flag indicating whether the processor is running
setSameConnection(boolean) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
Flag indicating that the connection may be reused to connect.
setSegmentId(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The ID of the Segment for which the status is reported
setSegmentIdentifier(int) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
The identifier of the Segment
setSegmentStatus(int, EventProcessorInfo.SegmentStatus) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
setSegmentStatus(int, EventProcessorInfo.SegmentStatus.Builder) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
Status details of each of the Segments for which Events are being processed.
setSnapshot(boolean) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
Flag indicating whether the Event is a snapshot Event
setSortValues(int, QueryValue) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
setSortValues(int, QueryValue.Builder) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
The sorting values to use when sorting this response compared to the others.
setSplitEventProcessorSegment(EventProcessorSegmentReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to split a Segment in a Streaming Event Processor
setSplitEventProcessorSegment(EventProcessorSegmentReference.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction to split a Segment in a Streaming Event Processor
setStartEventProcessor(EventProcessorReference) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Start a Streaming Event Processor.
setStartEventProcessor(EventProcessorReference.Builder) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
Instruction from AxonServer to Start a Streaming Event Processor.
setSubscribe(CommandSubscription) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to subscribe this component as handler of a specific type of command
setSubscribe(CommandSubscription.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to subscribe this component as handler of a specific type of command
setSubscribe(QuerySubscription) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Registers a Query Handler with AxonServer
setSubscribe(QuerySubscription.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Registers a Query Handler with AxonServer
setSubscribe(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Start a Subscription Query with the given details.
setSubscribe(SubscriptionQuery.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Start a Subscription Query with the given details.
setSubscriptionIdentifier(String) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A unique identifier for this subscription
setSubscriptionIdentifier(String) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The identifier of the subscription query this is a response for
setSubscriptionIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A unique identifier for this subscription
setSubscriptionIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
The identifier of the subscription query this is a response for
setSubscriptionQueryRequest(SubscriptionQueryRequest) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
setSubscriptionQueryRequest(SubscriptionQueryRequest.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
Represents an incoming Subscription Query, for which this component is expected to provide a response and updates
setSubscriptionQueryResponse(SubscriptionQueryResponse) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a response for a Subscription Query that has been received via the inbound stream
setSubscriptionQueryResponse(SubscriptionQueryResponse.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Sends a response for a Subscription Query that has been received via the inbound stream
setSuccess(boolean) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
True when successful, otherwise false
setSuccess(boolean) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
Indicator whether the instruction was acknowledged successfully
setSuccess(boolean) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
Indicator whether the instruction was processed successfully
setTextValue(String) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The text value
setTextValue(String) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The text value of the Meta Data entry.
setTextValueBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
The text value
setTextValueBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
The text value of the Meta Data entry.
setTimestamp(long) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
The time at which the command was dispatched
setTimestamp(long) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
The timestamp of the Event
setTimestamp(long) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
The timestamp of the Query creation
setToken(String) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
token of scheduled event to cancel
setToken(long) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
The Token representing the position of this Event in the Stream
setToken(String) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
optional token of scheduled event to cancel
setToken(String) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
Field defining the token identifier
setToken(long) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
The value of the Token
setTokenBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
token of scheduled event to cancel
setTokenBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
optional token of scheduled event to cancel
setTokenBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
Field defining the token identifier
setTokenPosition(long) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
The approximate position of the token in the stream.
setTokenStoreIdentifier(String) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The Token Store Identifier if available.
setTokenStoreIdentifierBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
The Token Store Identifier if available.
setToSequenceNr(long) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
The sequence number of the latest event
setTrackingToken(long) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
The token to start streaming from
setType(String) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The type identifier of the Payload
setType(String) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The type identifier of the serialized object.
setTypeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
The type identifier of the Payload
setTypeBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
The type identifier of the serialized object.
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.Command.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.ErrorMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.Confirmation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.Event.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.QueryValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.RowResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.FlowControl.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.InstructionAck.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.InstructionResult.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.MetaDataValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.axoniq.axonserver.grpc.SerializedObject.Builder
 
setUnsubscribe(CommandSubscription) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to unsubscribe this component as handler of a specific type of command
setUnsubscribe(CommandSubscription.Builder) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound.Builder
Instruction to unsubscribe this component as handler of a specific type of command
setUnsubscribe(QuerySubscription) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Unregisters a Query Handler with AxonServer
setUnsubscribe(QuerySubscription.Builder) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound.Builder
Unregisters a Query Handler with AxonServer
setUnsubscribe(SubscriptionQuery) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Ends a previously started Subscription Query with the given details
setUnsubscribe(SubscriptionQuery.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.Builder
Ends a previously started Subscription Query with the given details
setUpdate(QueryUpdate) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Update Response
setUpdate(QueryUpdate.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.Builder
Provides an Update Response
setUpdateResponseType(SerializedObject) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A description of the type of Object expected as Update Responses
setUpdateResponseType(SerializedObject.Builder) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery.Builder
A description of the type of Object expected as Update Responses
setValue(MetaDataValue) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The value associated with the processing key.
setValue(MetaDataValue.Builder) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction.Builder
The value associated with the processing key.
setVersion(String) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Axon framework version used by the client application instance
setVersion(int) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo.Builder
The version identifier of the API
setVersionBytes(ByteString) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification.Builder
Axon framework version used by the client application instance
shutdown() - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory
Shuts down the connector, disconnecting from all contexts.
shutdown() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
shutdownNow() - Method in class io.axoniq.axonserver.connector.impl.AxonServerManagedChannel
 
silently(T, Consumer<T>) - Static method in class io.axoniq.axonserver.connector.impl.ObjectUtils
Silently performs the given action consuming the given instance, granted that it is not null.
SNAPSHOT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Event
 
SORT_VALUES_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.RowResponse
 
SPLIT_EVENT_PROCESSOR_SEGMENT_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
splitHandler(Map<String, ProcessorInstructionHandler>) - Static method in class io.axoniq.axonserver.connector.impl.ProcessorInstructions
Provides a InstructionHandler which handles a processor's split request from AxonServer and sends it to the right client(s).
splitSegment(int) - Method in interface io.axoniq.axonserver.connector.control.ProcessorInstructionHandler
Instruction to split the segment with given segmentId.
START_EVENT_PROCESSOR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
startAppendEventsTransaction() - Method in interface io.axoniq.axonserver.connector.event.EventChannel
Starts a new transaction to append events.
startAppendEventsTransaction() - Method in class io.axoniq.axonserver.connector.event.impl.EventChannelImpl
 
startHandler(Map<String, ProcessorInstructionHandler>) - Static method in class io.axoniq.axonserver.connector.impl.ProcessorInstructions
Provides a InstructionHandler which handles a processor's start request from AxonServer and sends it to the right client(s).
startProcessor() - Method in interface io.axoniq.axonserver.connector.control.ProcessorInstructionHandler
Instruction to start the processor for which this handler was registered.
StreamClosedException - Exception in io.axoniq.axonserver.connector.impl
A RuntimeException to throw if a stream is closed.
StreamClosedException(Throwable) - Constructor for exception io.axoniq.axonserver.connector.impl.StreamClosedException
Constructs a new StreamClosedException using the given cause.
StreamUnexpectedlyCompletedException - Exception in io.axoniq.axonserver.connector.impl
A RuntimeException to throw if a stream is completed unexpectedly.
StreamUnexpectedlyCompletedException() - Constructor for exception io.axoniq.axonserver.connector.impl.StreamUnexpectedlyCompletedException
Constructs a new instance of StreamUnexpectedlyCompletedException.
StreamUnexpectedlyCompletedException(String) - Constructor for exception io.axoniq.axonserver.connector.impl.StreamUnexpectedlyCompletedException
Constructs a new instance of StreamUnexpectedlyCompletedException with a detailed description of the cause of the exception
SUBSCRIBE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
SUBSCRIBE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
SUBSCRIBE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
subscription(StreamObserver<SubscriptionQueryResponse>) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceImplBase
Opens a Subscription Query
subscription(StreamObserver<SubscriptionQueryResponse>) - Method in class io.axoniq.axonserver.grpc.query.QueryServiceGrpc.QueryServiceStub
Opens a Subscription Query
SUBSCRIPTION_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
SUBSCRIPTION_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
SUBSCRIPTION_QUERY_REQUEST_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
SUBSCRIPTION_QUERY_RESPONSE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
subscriptionQuery(QueryRequest, SerializedObject, int, int) - Method in class io.axoniq.axonserver.connector.query.impl.QueryChannelImpl
 
subscriptionQuery(QueryRequest, SerializedObject, int, int) - Method in interface io.axoniq.axonserver.connector.query.QueryChannel
Sends out a subscription query to AxonServer for routing to the appropriate handler.
SubscriptionQuery - Class in io.axoniq.axonserver.grpc.query
Message that represents a Subscription Query
SubscriptionQuery.Builder - Class in io.axoniq.axonserver.grpc.query
Message that represents a Subscription Query
SubscriptionQueryOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
SubscriptionQueryRequest - Class in io.axoniq.axonserver.grpc.query
Message describing possible interactions for a Subscription Query
SubscriptionQueryRequest.Builder - Class in io.axoniq.axonserver.grpc.query
Message describing possible interactions for a Subscription Query
SubscriptionQueryRequest.RequestCase - Enum in io.axoniq.axonserver.grpc.query
 
SubscriptionQueryRequestOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
SubscriptionQueryResponse - Class in io.axoniq.axonserver.grpc.query
Represents a Response Message for a Subscription Query
SubscriptionQueryResponse.Builder - Class in io.axoniq.axonserver.grpc.query
Represents a Response Message for a Subscription Query
SubscriptionQueryResponse.ResponseCase - Enum in io.axoniq.axonserver.grpc.query
 
SubscriptionQueryResponseOrBuilder - Interface in io.axoniq.axonserver.grpc.query
 
SubscriptionQueryResult - Interface in io.axoniq.axonserver.connector.query
Interface describing the results of a subscription query.
SubscriptionQueryStream - Class in io.axoniq.axonserver.connector.query.impl
A FlowControlledStream implementation to return the results of a SubscriptionQuery.
SubscriptionQueryStream(String, CompletableFuture<QueryResponse>, String, int, int) - Constructor for class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryStream
Instantiates a SubscriptionQueryStream to stream SubscriptionQuery results.
SubscriptionQueryUpdateBuffer - Class in io.axoniq.axonserver.connector.query.impl
Buffer for SubscriptionQuery updates.
SubscriptionQueryUpdateBuffer(String, String, int, int) - Constructor for class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryUpdateBuffer
SUCCESS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Confirmation
 
SUCCESS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.InstructionAck
 
SUCCESS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.InstructionResult
 
SynchronizedRequestStream<T> - Class in io.axoniq.axonserver.connector.impl
Lock-based synchronized implementation of a ClientCallStreamObserver.
SynchronizedRequestStream(ClientCallStreamObserver<T>) - Constructor for class io.axoniq.axonserver.connector.impl.SynchronizedRequestStream
Instantiate a SynchronizedRequestStream, delegating all operations to the given requestStream
SyncRegistration - Class in io.axoniq.axonserver.connector.impl
Synchronous implementation of the Registration.
SyncRegistration(Runnable) - Constructor for class io.axoniq.axonserver.connector.impl.SyncRegistration
Construct a SyncRegistration, using the given cancelAction when SyncRegistration.cancel() is invoked.

T

TAGS_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
take() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Take an entry of type T from the buffer, waiting indefinitely.
TaskStatus - Enum in io.axoniq.axonserver.grpc
Defines status values for a scheduled task
terminalMessage() - Method in class io.axoniq.axonserver.connector.event.impl.BufferedAggregateEventStream
 
terminalMessage() - Method in class io.axoniq.axonserver.connector.event.impl.BufferedEventStream
 
terminalMessage() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Builds a terminal message of type T specifying when the this stream is closed.
terminalMessage() - Method in class io.axoniq.axonserver.connector.query.impl.SubscriptionQueryUpdateBuffer
 
TEXT_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.QueryValue
 
TEXT_VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.MetaDataValue
 
threadPoolSize(int) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Defines the number of Threads that should be used for Connection Management activities by this connector.
TIMEOUT_VALUE - Static variable in enum io.axoniq.axonserver.grpc.ProcessingKey
key indicating that the accompanied message has a finite validity.
TIMESTAMP_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.Command
 
TIMESTAMP_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.Event
 
TIMESTAMP_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryRequest
 
TO_SEQUENCE_NR_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.command.Command
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.Event
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.FlowControl
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
toBuilder() - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
token(String) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Defines the token used to authorize activity from this component on AxonServer.
TOKEN_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
TOKEN_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.EventWithToken
 
TOKEN_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
TOKEN_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
TOKEN_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.TrackingToken
 
TOKEN_POSITION_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
TOKEN_STORE_IDENTIFIER_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
toString() - Method in class io.axoniq.axonserver.connector.impl.ServerAddress
 
toString() - Method in class io.axoniq.axonserver.connector.query.QueryDefinition
 
TRACKING_TOKEN_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
TrackingToken - Class in io.axoniq.axonserver.grpc.event
Message containing the information necessary to track the position of events in the Event Stream
TrackingToken.Builder - Class in io.axoniq.axonserver.grpc.event
Message containing the information necessary to track the position of events in the Event Stream
TrackingTokenOrBuilder - Interface in io.axoniq.axonserver.grpc.event
 
tryTake(long, TimeUnit) - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Try to retrieve an entry of type T from the buffer, waiting for the duration of timeout in the given timeUnit.
tryTake() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Try to retrieve an entry of type T from the buffer, waiting indefinitely.
tryTakeNow() - Method in class io.axoniq.axonserver.connector.impl.FlowControlledBuffer
Try to retrieve an entry of type T from the buffer immediately.
TYPE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
TYPE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.SerializedObject
 

U

unregisterOutboundStream(CallStreamObserver<OUT>) - Method in class io.axoniq.axonserver.connector.impl.AbstractIncomingInstructionStream
Unregisters this stream's outbound stream, granted that it matches the given expected StreamObserver.
UNSUBSCRIBE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
UNSUBSCRIBE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
UNSUBSCRIBE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
UPDATE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
UPDATE_RESPONSE_TYPE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
updates() - Method in interface io.axoniq.axonserver.connector.query.SubscriptionQueryResult
Returns the stream of updates to the queried projection.
useTransportSecurity() - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Configures the use of Transport Layer Security (TLS) using the default settings from the JVM.
useTransportSecurity(SslContext) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Configures the use of Transport Layer Security (TLS) using the settings from the given sslContext.
usingKeepAlive(long, long, TimeUnit, boolean) - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Sets the time without read activity before sending a keepalive ping.

V

validate() - Method in class io.axoniq.axonserver.connector.AxonServerConnectionFactory.Builder
Validates the state of the builder, setting defaults where necessary.
VALUE_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
valueOf(String) - Static method in enum io.axoniq.axonserver.connector.ErrorCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.command.CommandProviderInbound.RequestCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.command.CommandProviderInbound.RequestCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.command.CommandProviderOutbound.RequestCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.command.CommandProviderOutbound.RequestCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.RequestCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.RequestCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.RequestCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.RequestCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.event.QueryEventsResponse.DataCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.event.QueryEventsResponse.DataCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.event.QueryValue.DataCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.event.QueryValue.DataCase
Deprecated.
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.MetaDataValue.DataCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.MetaDataValue.DataCase
Deprecated.
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.ProcessingKey
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.ProcessingKey
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.axoniq.axonserver.grpc.ProcessingKey
 
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.query.QueryProviderInbound.RequestCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.query.QueryProviderInbound.RequestCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.query.QueryProviderOutbound.RequestCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.query.QueryProviderOutbound.RequestCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.RequestCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.RequestCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.ResponseCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.ResponseCase
valueOf(String) - Static method in enum io.axoniq.axonserver.grpc.TaskStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.axoniq.axonserver.grpc.TaskStatus
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.axoniq.axonserver.grpc.TaskStatus
 
values() - Static method in enum io.axoniq.axonserver.connector.ErrorCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.command.CommandProviderInbound.RequestCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.command.CommandProviderOutbound.RequestCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.control.PlatformInboundInstruction.RequestCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction.RequestCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.event.QueryEventsResponse.DataCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.event.QueryValue.DataCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.MetaDataValue.DataCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.ProcessingKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.query.QueryProviderInbound.RequestCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.query.QueryProviderOutbound.RequestCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest.RequestCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse.ResponseCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.axoniq.axonserver.grpc.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.event.RowResponse
 
VERSION_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
VERSION_FIELD_NUMBER - Static variable in class io.axoniq.axonserver.grpc.control.NodeInfo
 

W

writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.command.Command
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderInbound
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.command.CommandProviderOutbound
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.command.CommandResponse
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.command.CommandSubscription
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.ClientIdentification
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorInfo
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorReference
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.Heartbeat
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.NodeInfo
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.PlatformInboundInstruction
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.PlatformInfo
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.PlatformOutboundInstruction
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.control.RequestReconnect
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.ErrorMessage
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.ColumnsResponse
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.Confirmation
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.Event
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.EventWithToken
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateEventsRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.GetAggregateSnapshotsRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.GetEventsRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.GetFirstTokenRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.GetLastTokenRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.GetTokenAtRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.PayloadDescription
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.QueryEventsResponse
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.QueryValue
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.ReadHighestSequenceNrResponse
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.RescheduleEventRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.RowResponse
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.ScheduleEventRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.ScheduleToken
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.event.TrackingToken
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.FlowControl
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.InstructionAck
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.InstructionResult
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.MetaDataValue
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.ProcessingInstruction
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QueryComplete
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderInbound
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QueryProviderOutbound
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QueryRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QueryResponse
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QuerySubscription
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdate
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateComplete
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQuery
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryRequest
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.query.SubscriptionQueryResponse
 
writeTo(CodedOutputStream) - Method in class io.axoniq.axonserver.grpc.SerializedObject
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2020–2021 AxonIQ BV. All rights reserved.