| Constructor and Description |
|---|
AdminChannelImpl(ClientIdentification clientIdentification,
ScheduledExecutorService executor,
AxonServerManagedChannel channel) |
| Constructor and Description |
|---|
CommandChannelImpl(ClientIdentification clientIdentification,
String context,
int permits,
int permitsBatch,
ScheduledExecutorService executor,
AxonServerManagedChannel channel)
Constructs a
CommandChannelImpl. |
| Constructor and Description |
|---|
EventChannelImpl(ClientIdentification clientIdentification,
ScheduledExecutorService executor,
AxonServerManagedChannel channel)
Constructs a
EventChannelImpl. |
| Modifier and Type | Method and Description |
|---|---|
AxonServerManagedChannel |
ContextConnection.getManagedChannel()
Retrieve the
AxonServerManagedChannel used to create connection with. |
| Constructor and Description |
|---|
AbstractAxonServerChannel(ClientIdentification clientIdentification,
ScheduledExecutorService executor,
AxonServerManagedChannel axonServerManagedChannel)
Instantiate an
AbstractAxonServerChannel. |
ContextConnection(ClientIdentification clientIdentification,
ScheduledExecutorService executorService,
AxonServerManagedChannel connection,
long processorInfoUpdateFrequency,
int commandPermits,
int queryPermits,
String context,
Consumer<ContextConnection> onShutdown)
Construct a
ContextConnection carrying context information. |
ControlChannelImpl(ClientIdentification clientIdentification,
String context,
ScheduledExecutorService executor,
AxonServerManagedChannel channel,
long processorInfoUpdateFrequency,
Runnable reconnectHandler)
Constructs a
ControlChannelImpl. |
| Constructor and Description |
|---|
QueryChannelImpl(ClientIdentification clientIdentification,
String context,
int permits,
int permitsBatch,
ScheduledExecutorService executor,
AxonServerManagedChannel channel)
Constructs a
QueryChannelImpl. |
Copyright © 2020–2022 AxonIQ BV. All rights reserved.